Pages

Showing posts with label zip. Show all posts
Showing posts with label zip. Show all posts

Monday, September 29, 2014

How to use command line add on to repair invalid zip files

WinZip Computing Inc. logo
Image via Wikipedia

Zipped file make it much easier to send and receive large files through e-mails. With the use of compressed files format (like .zip) we can convert large files into small files that can be sending via e-mail. But these zip file may get corrupt due to several reason like virus attack, at the time of attachment with slow Internet; improper downloading of zipped files etc. In the file zip corruption situation you cannot access your data which is present inside zipped file. In that case you need to use some repair method or use zip recovery software to repair corrupt zipped file.

WinZip offers several methods to repair corrupt .zip or .zipx files depend of corruption cases. Invalid zip file corruption case can be handled by WinZip Command Line Support Add-On. But this command line support add-on not support of all version of WinZip it works for WinZip 10.0 and later versions. Depends on your version of WinZip you can download appropriate version of command line support add-on from here.

Follow the steps written below to use command line support add on...

  1. Click Start, click All Programs, and click Accessories
  2. Right click Command Prompt and choose Run as administrator
    (Windows XP: Left click Command Prompt)
  3. Change directories to the folder where the corrupted Zip file is located.
  4. Type: "C:Program FilesWinZipwzzip" -yf zipfile.zip
You can use below written command if zip file is split or spanned

"C:Program FilesWinZipwzzip" -yfs zipfile.zip

WZZIP will create a new Zip file with a fixed suffix in the file name. The original Zip file will not be modified. Only the data in the original Zip file is used. I am sure that above method will fix your Invalid zip fileproblem. For any reason if above method didnt work for you then use some zip recovery software which is compatible with your system configuration to solve the problem.
Enhanced by Zemanta
Read more »

Saturday, September 27, 2014

How to solve error message “Can not open file it does not seem to be a valid archive” of corrupt zip file


The extension of Zip files is . "Zip" or ".ZIP" file and MIME (Multipurpose Internet Mail Extensions) media type application. Sometimes there are certain errors in Zip file, which occur due to some problems of the Internet. These errors usually occur when you download the Zip file, which leads to corruption. As a result of corruption, the data stored in the Zip file is inaccessible. To overcome such situations, you can restore data from a recent backup. However, if you do not stored a backup or the backup is corrupted, then you need to use zip recovery software files to recover your data.

Suppose you are trying to download attached zip files from outlook, you can not do so and get a message

"Can not open file: it does not seem to be a valid archive. If you downloaded this file, try downloading the file again."


The data stored in the zip file, becomes inaccessible after the occurrence of above error message.

Reason for error message:

The above situation usually occurs when HTTP compression is enabled in the Web Sites properties of Microsoft Internet Information Services (IIS) virtual server in outlook. As a result, when you download a zip file, IIS GZIP encoded as the browser client and passes the file directly to the decompression program, without GZIP decoding the file.


Resolution:

To solve the above problem you can chang the MIME type for the file. Zip application / x-zip-compressed to application / octet-stream. To do this, follow these steps:

* In the Start menu, select Internet Information Server (IIS) in the Administrative Tools option.
* Then, expand the server (local computer), click Web Sites and click Properties.
* Click on the MIME types and scroll through the list of registered MIME types to find the entry of . Zip.
* Then you must click zip Application/x- Zip compressed entry and then click Edit.
* Change the value of MIME type application / octet-stream.
* Finally, stop and restart the IIS Admin Service to apply the changes.


In most cases, given the previous resolutions will help you resolve problems with zip. But if the problem persists, then Zip Repair files to recover and restore corrupted data. The zip repair algorithms incorporate powerful scanning; these Zip Repair applications ensure complete recovery and restoration of your data.
Read more »