Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Zip Files across platforms

Status
Not open for further replies.

Ambatim

Programmer
Feb 28, 2002
110
IN
I want to zip a file in UNIX and want to unzip/open it in Windows. Is this possible ? I used the compress command in UNIX and downloaded the .Z file to Windows, and tried to open it using winzip. But winzip gave an error.

Is there anyway I can open in Windows, the file which is zipped in UNIX. (Version of the UNIX: AIX Version 5)


Thanks in advance
Mallik
 
Ambatim

Works OK for me - are you tansferring the file using BINARY ftp ?

Alex
 
it should work fine as .Z (compress) or .gz (gzip) with winzip. I use .gz's on my wintel machine pretty often with no problem. You have to ftp in binary.
 
Thanks guys....I was ftping as ASCII...that was the problem.... Now it works fine...when I ftp in binary...Thanks a bunch for all of you...

Thanks in advance
Mallik
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top