1831407 Members
3328 Online
110025 Solutions
New Discussion

gunzip question

 
SOLVED
Go to solution
Michael D'Aulerio
Regular Advisor

gunzip question

I transfer a lot of files between a Windows 2000 machine and an HP-UX 10.20 system. I use gzip on the HP and WINZIP on the Windows machine. I've noticed that winzip can handle any of the Unix files I generate with tar and gzip but gunzip can't read the WINZIP files. Is there a version of gunzip which reads winzip files. Thanks in advance.
Email: michael.n.daulerio@lmco.com
5 REPLIES 5
KapilRaj
Honored Contributor

Re: gunzip question

I think winzip handles a tar ot gunzipped file ... Try for an updated version

Also if u transfering it by ftp , use binary mode to transfer ..

ftp host

ftp >bin

Kaps
Nothing is impossible
Ken Penland_1
Trusted Contributor
Solution

Re: gunzip question

dont think you can do that with gunzip, but you can install unzip on HP to do the job, go here:

http://hpux.asknet.de/hppd/hpux/Misc/unzip-5.50/
'
Jose Mosquera
Honored Contributor

Re: gunzip question

Hi,

Pls check the gzip home page:
http://www.gzip.org/

Specially "Frequently Asked Questions"

Rgds.
Michael D'Aulerio
Regular Advisor

Re: gunzip question

Thanks Ken. That's exactly what I was looking for.
Email: michael.n.daulerio@lmco.com
Thomas Bianco
Honored Contributor

Re: gunzip question

Gzip and PKZIP are different compression formats.

winzip is known to unpack (among others) Gzip, but will only create pkzip archives.

gunzip only handels gzip.

ARJ, LHA, RAR, ACE, BZ2 are, again, not compatable.

unix compress is also a different format.
There have been Innumerable people who have helped me. Of course, I've managed to piss most of them off.