Tagged Questions

0
votes
4answers
18 views

[PHP] When using system to zip a directory lots of output is shown

I'm trying to write a script that allows an admin of a photo uploading system download all their photos at once. Currently I am using system('zip -r '.$_SERVER['DOCUMENT_ROOT'].' …
0
votes
1answer
27 views

Zip File with PPMD Compression, Programmatically Unzip

I have a Linux Python script that needs to unzip some zip files. I was using the zipfile module. On a few of these files I'm getting: BadZipfile: Unsupported compression method …
0
votes
2answers
45 views

How to redirect input in cmd

How i can redirect input for following command zip 1.zip file.txt i want the names to be ziped be taken from the file.txt file I tried to do zip 1.zip < file.txt and it didn …
1
vote
3answers
43 views

zip64 support in php?

I have a file downloaded by a cron that is in zip64 format. How can I unzip it using php or via a php cmd()?
1
vote
3answers
56 views

zip file created with SharpZipLib cannot be opened on os x

Argh, today is the day of stupid problems && me being an idiot. I have an app which creates a zip file containing some jpgs from a certain directory. I use this code in o …
3
votes
4answers
78 views

.Net Zip Up files

Whats the best way to zip up files using C#? Ideally I want to be able to seperate files into a single archive.
2
votes
4answers
122 views

Can I zip more than two lists together in Scala?

Given the following Scala List: val l = List(List("a1", "b1", "c1"), List("a2", "b2", "c2"), List("a3", "b3", "c3")) How can I get: List(("a1", "a2", "a3"), ("b1", "b2", "b3"), …
1
vote
6answers
58 views

How to detect whether a Windows batch file is run from a ZIP archive

One of the ways our app is distributed (on Windows) is as a ZIP archive. Inside this archive is a batch file used for starting the app. The user is supposed to unzip the archive be …
0
votes
2answers
46 views

Implementation of ZipCrypto / Zip 2.0 encryption in java

I'm trying o implement the zipcrypto / zip 2.0 encryption algoritm to deal with encrypted zip files as discussed in http://www.pkware.com/documents/casestudies/APPNOTE.TXT I beli …
2
votes
4answers
101 views

any functions to create zip file of directory/file on vista with delphi 2009

I am looking for a simple method of zipping and compressing with delphi. I have already looked at the components at torry delphi:http://www.torry.net/pages.php?s=99. They all seem …
0
votes
4answers
71 views

How to validate that a file is a password protected ZIP file, using C#

Given a path to a file, how can I validate that the file is a password-protected zip file? i.e., how would I implement this function? bool IsPasswordProtectedZipFile(string pathT …
0
votes
1answer
36 views

Apache Config Mime Types: xlsx files are being interpreted as zip files on download, why?

Background: For some reason, whenever a user tries to open an xslx (excel 2007) file from our intranet using MSIE, the file download dialog interprets it as a "zip" file. Admitte …
1
vote
2answers
43 views

Zipping Things Using Objective-C

Hello, I'm learning Objective-C using GNUstep(because I use Linux). I was thinking in create a simple zipper application only to practice, but how where i can find a tutorial to b …
1
vote
2answers
46 views

Programmatically extract/open zip file Blackberry

I have looked online with mixed results, but is there a way to programmatically extract a zip file on the BB? Very basic my app will display different encrypted file types, and tho …
0
votes
2answers
31 views

Odd Error in SharpZipLib — Size was x, but I expected y

I'm getting an error when I use the SharpZipLib. I have code that looks like FastZip compressor = new FastZip(); compressor.CreateZip(outputFileName, currentWorkingDirectory, tru …

1 2 3 4 5 16 next
15 30 50 per page