Top "Unzip" questions

Unzipping is uncompressing ZIP archives, the opposite of zipping.

Unzip buffer with Python?

I have a buffer of bytes read from a library call and I would like to unzip the content which …

python zip zlib unzip zipfile
Unzip - Warning and Mapname

I have a folder that I download from Dropbox using a shared link (not public link) and curl. It is …

bash curl warnings unzip directory-structure
How to overwrite existing files using Rubyzip lib

I'm attempting to unzip a file with several files that may or may not already exist in the target directory. …

ruby unzip
The magic number in GZip header is not correct. Make sure you are passing in a GZip stream.(.exe file)

I want to extract a exe file. The exe file contain some files and folders. When I try to extract …

c# winforms unzip compression self-extracting
How to unzip into specific directory without recreate all the path with bash script

In my ios application, I need to unzip an archive that is placed into /var/mobile/Library/Preferences/xxx into, …

bash command-line unzip