Error while UNZIPPING

Hi,

I have file.zip in windows machine, i moved that .zip to unix throught ftp.
when i tried to unzip the .zip file getting the error. please see the below information for the same.

I am using the below command to UNZIP :
unzip /users/test/file.zip /users/test/test111

Below are the errror's:

Archive: /users/test/file.zip
caution: filename not matched: /users/test/test111

if i use gunzip or gzip also error is coming.

Could you please help out for exact unzip command.

Thanks for your time & help

Hi,

You should use

# unzip /users/test/file.zip

only.

This will unpack everything that is inside the zip file.

Also be sure that you FTP'ed the file using binary mode iso ascii.

Regards,

ejdv