- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unzipping a file
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 07:43 PM
11-17-2005 07:43 PM
unzipping a file
I am sending a zip file from windows to HP-UX server.How to unzip that file in HP-UX 11i server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 07:55 PM
11-17-2005 07:55 PM
Re: unzipping a file
gzip
zcat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 08:13 PM
11-17-2005 08:13 PM
Re: unzipping a file
You need to install "unzip".
Or if java is installed, try using:
jar xvf Components.zip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 08:23 PM
11-17-2005 08:23 PM
Re: unzipping a file
you can't use gunzip if you put several files in one zip-file.
Gunzip only can unzip single files and it only unzip files with the ending '.gz'.
The other way from HP-UX to win is less difficult, because zip also recognizes tar- and gz-files - and combinations.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 10:48 PM
11-17-2005 10:48 PM
Re: unzipping a file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 10:57 PM
11-17-2005 10:57 PM
Re: unzipping a file
If the above utilities could not unzip there are a few possibilities.
You may need a newer version of these utilities.
You may not have a zip file.
file
What does it say?
Or.
ftp/sftp the machine to a pc and let winzip look at it. If its not a zip file winzip will tell you.
See Windows IS good for something.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 12:38 AM
11-18-2005 12:38 AM
Re: unzipping a file
have you done what I said?
Which error messages do you get then?
What does 'file
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 12:49 AM
11-18-2005 12:49 AM
Re: unzipping a file
If you cannot use it, you cannot complain it doesn't work :)
You can install unzip yourself. Get it here:
http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-5.52/
Some better solutions would of course be
1. Upgrade all your windows boxes to Linux and get the full *nix power
2. Install Cygwin on your windows boxes and at least have some *nix power
3. Use ssh with compression and skip *zip completely
Enjoy, Have FUN! H.Merijn