Top "Zip" questions

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

Create zip file and ignore directory structure

I need to create a zip file using this command: zip /dir/to/file/newZip /data/to/zip/data.txt …

linux zip
Download multiple files as a zip-file using php

How can I download multiple files as a zip-file using php?

php zip
how to zip a folder itself using java

Suppose I have the following directory structure. D:\reports\january\ Inside january there are suppose two excel files say A.…

java zip directory
7-Zip command to create and extract a password-protected ZIP file on Windows?

On Mac/Linux to zip/unzip password protected zip files, I use: Zip: zip -P password -r encrypted.zip folderIWantToZip …

windows encryption command-line zip 7zip
How to read data from a zip file without having to unzip the entire file

Is there anyway in .Net (C#) to extract data from a zip file without decompressing the complete file? Simply I …

c# compression zip data-compression
I didn't find "ZipFile" class in the "System.IO.Compression" namespace

I can't use "Zipfile" class in the name space "System.IO.Compression" my code is : using System; using System.IO; …

c# zip
Zip folder in C#

What is an example (simple code) of how to zip a folder in C#? Update: I do not see namespace …

c# zip directory archive compression
Unzipping files

I want to display OpenOffice files, .odt and .odp at client side using a web browser. These files are zipped …

javascript zip unzip
How to compress a String in Java?

I use GZIPOutputStream or ZIPOutputStream to compress a String (my string.length() is less than 20), but the compressed result is …

java string compression zip
Using R to download zipped data file, extract, and import data

@EZGraphs on Twitter writes: "Lots of online csvs are zipped. Is there a way to download, unzip the archive, and …

r zip connection