Top "Zip" questions

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

Adding folders to a zip file using python

I want to create a zip file. Add a folder to the zip file and then add a bunch of …

python file zip directory zipfile
Putty ssh commands zip all the files within this folder then download

oh so i cd into my folder ls cgi-bin wp-comments-post.php wp-mail.php googlec3erferfer228fc075b.html wp-commentsrss2.php …

ssh directory command zip putty
Is there a zip-like function that pads to longest length in Python?

Is there a built-in function that works like zip() but that will pad the results so that the length of …

python list zip
How can I compress (/ zip ) and uncompress (/ unzip ) files and folders with batch file without using any external tools?

I know the similar questions were asked here a lot, but I'm not completely satisfied with the answers (and even …

.net zip jscript batch-file
Creating Zip file from stream and downloading it

I have a DataTable that i want to convert it to xml and then zip it, using DotNetZip. finally user …

c# asp.net zip stream dotnetzip
Zip with list output instead of tuple

What is the fastest and most elegant way of doing list of lists from two lists? I have In [1]: a=[1,2,3,4,5,6] …

python list zip
Not able to download Zip file from gmail which contains executable Jar in it

I have an email almost 4 years ago, which has Zip file in attachments containing executable jar file. I want to …

download gmail zip executable-jar
In Linux, zip multiple directories in one named zip file

I have the following directories, I want to zip up into the same zip file. Can someone provide the correct …

linux zip
In Java: How to zip file from byte[] array?

My application is receiving email through SMTP server. There are one or more attachments in the email and email attachment …

java zip
Recommendations on a free library to be used for zipping files

I need to zip and password-protect a file. Is there a good (free) library for this? This needs to be …

java encryption zip