How can I create a zip archive of a开发者_如何学JAVA directory structure in Python?The easiest way is to use shutil.make_archive. It supports both zip and tar formats.
I have a requirement to dynamically generate and compress large batches of PDF files. I am considering the usual algorithms
I\'m essentially trying to do the following on a Java/JSP-driven web site: User supplies a password Password is used to build a strongly-encrypted archive file (zip, or anything else) containing a t
I want more functionality out of the wp_get_archives tag. I want my results to look like this: Year Month
I need to allow users to upload a zip file via a web form.The server is running Linux with an Apache web server.Are there advantages to using a module like Archive::Zip to extract this archive or shou
Is there开发者_运维百科 a way to move an entity to another kind in appengine. Say you have a kind defines, and you want to keep a record of deleted entities of that kind.
PROBLEM FOUND.I\'m leaving the question here, though, in case others run into the same problem I ran into.
What is difference between 3 type of replication? Is replication suitable for dat开发者_JAVA技巧a archiving?
I have the following sample / test configuration that has Hudson create a directory of e开发者_开发百科mpty folders.Its then instructed to archive everything within that folder, except it will not mat
I was sent a zip file containing 40 f开发者_运维百科iles with the same name. I wanted to extract each of these files to a seperate folder OR extract each file with a different name (file1, file2, etc)