![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Unzip a .ZIP file in Unix without using unzip cmd..????? | sureshg_sampat | Shell Programming and Scripting | 5 | 11-15-2008 04:44 AM |
| How to Unzip a .ZIP file in Unix without using unzip cmd..????? | sureshg_sampat | HP-UX | 5 | 02-08-2007 10:01 AM |
| How to unzip a .zip file when | yogesh_powar | UNIX for Advanced & Expert Users | 2 | 06-30-2006 03:40 AM |
| how can perform zip or unzip at unix console | lmraochodisetti | UNIX for Dummies Questions & Answers | 2 | 06-23-2006 02:44 PM |
| unzip a zip file | xNYx | UNIX for Dummies Questions & Answers | 4 | 03-20-2002 09:02 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Unzip windows file on Unix
Hi,
I FTP a zip file from the windows box (used WinZip to compress the files) and when i am trying to unzip on AIX box it is unzipping, it is aborting with following message ------------------- error: expected central file header signature not found (file #0). (please report to info-zip@wsmr-simtel20.army.mil) warning: didn't find end-of-central-dir signature at end of central dir. (please report to info-zip@wsmr-simtel20.army.mil) ----------------- i am not sure what is causing this issues. but the reason could be - as the zip file contains the sub-folders in it and in sub-folders actual data files resides which i am interested. because of they being Windows folder structure and having spaces in the files names might be causing the issue. Is there a ways to over the issues (of course if that is the cause) to get the windows files to unix box. I am trying to avoid multi layer process to bring the Zip file to windows environment and unzip and ftp the files to Unix Aix box. Any help is appreciated! Thanks |
|
||||
|
AIX can happily have spaces in files, the problem is more likely to be the format of the zip file.
What else do you have on your windows box? mksnt, cygwin or SFU: use tar/compress or tar/gzip putty: just "pscp -r" all the files up in one go. or get an original copy of pkzip/pkunzip for windows. |
|
||||
|
Hi Porter,
Zip file we are getting from a outside vendor where we do not have any control and the same zip file is being send to multiple other customer but they are all on Windows server and it is not causing any issues for them. i just got a not that - the outside vendor uses Exceed to compress the window file folder and sub folders. Thanks |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|