Top "Zip" questions

ZIP is a format for compressed file archives, allowing packaging of multiple files and directories into a single file.

How can you zip or unzip from the script using ONLY Windows' built-in capabilities?

In Windows you can zip some files by right click → Send to → Compressed (zipped) folder And unzip by double clicking …

windows batch-file zip
How to unzip a file using the command line?

Which commands can be used via the command line to unzip a file? Preferably something built into Windows or open …

zip cmd
Unzipping files in Python

I read through the zipfile documentation, but couldn't understand how to unzip a file, only how to zip a file. …

python zip unzip zipfile
What characters are forbidden in Windows and Linux directory names?

I know that / is illegal in Linux, and the following are illegal in Windows (I think) * . " / \ [ ] : ; | , What else am I …

windows linux directory zip filenames
How to create a zip archive of a directory in Python?

How can I create a zip archive of a directory structure in Python?

python zip archive zipfile directory-tree
How are zlib, gzip and zip related? What do they have in common and how are they different?

The compression algorithm used in zlib is essentially the same as that in gzip and zip. What are gzip and …

compression zip gzip zlib
Fatal error: Class 'ZipArchive' not found in

I have a problem that I install 'Archive_Zip 0.1.1' on Linux server, but when I try to run the …

php zip ziparchive
How to create a zip archive with PowerShell?

Is it possible to create a zip archive using PowerShell?

powershell zip archive
java.util.zip.ZipException: error in opening zip file

I have a Jar file, which contains other nested Jars. When I invoke the new JarFile() constructor on this file, …

java zip unzip
How to extract .war files in java? ZIP vs JAR

I have a web program where I want the user to be able to import a .war file and I …

java jar zip war