Zip is a format for compressed file archives, allowing packaging of multiple files and directories into a single file.
0
votes
2answers
20 views
Linux zip command - adding date elements to file name
occasionally I run a backup of my phpbb forum files from the Shell command line:
zip -r forum_backup ~/public_html/forum/*
I'd like to add date elements to the file name, so that the zip file ...
1
vote
1answer
18 views
PHP ZipArchive fails to extract CSV files properly
A real head scratcher this one - any help would be gratefully received.
I have been using the zipArchive library to extract csv files from a zip.
Oddly, it will only extract 40 files properly. ...
0
votes
0answers
9 views
Split up a collection of files into 400mb zips
I have a large collection (50+ gb)of article text files and attachments (pdf, images, etc). The articles can have many attachments of varying sizes. I need to create zips of the files of max 400mb ...
-1
votes
1answer
16 views
Android - Failed to Unzip Files
I've been using the unzip code found on this website. The code should be perfectly working, and able to unzip folders/subfolders.
The problem is when I run the code, it gives me errors on logcat:
...
-1
votes
1answer
26 views
Compress and decompress string in c#
I know there is system.io.compression.gzipstream but it accept a stream as arguments.
I'm looking for a method that accept string
eg.
string compress(string stringtocompress,compressionlevel ...
0
votes
0answers
43 views
How to search a text in zipped files using perl
I need to search for a string in a zip archive containing multiple text files. How can I use perl Archive::Zip to do that? Also, what other module can it, if any?
My basic requirement is to find a ...
0
votes
0answers
14 views
Strange! openZip routine fails when foldername contains “-cache”
The script below handles upload, extraction and transfer of .zip files
I have a strange problem that is occurring on one server (currently only one) in which when the zip file contains a folder with ...
0
votes
1answer
28 views
Extract a zip file denied acess
im new here... sorry if i'm doing something wrong..
Im trying to extract a zip file to another location, and i'm getting denied acess error..
CODE:
package org.spoutcraft.launcher;
import ...
1
vote
0answers
24 views
Java 7 zipfs: File is also a folder
I've been using Java 7's ZipFS support.
https://gist.github.com/stain/5591420
shows the behaviour, which I find a bit odd. Basically you can create a ZIP file system, make a file with a given name, ...
3
votes
2answers
64 views
Best Practices to Create and Download a huge ZIP (from several BLOBs) in a WebApp
I will need to perform a massive download of files from my Web Application.
It is obviously expected to be a long-running action (it'll be used once-per-year[-per-customer]), so the time is not a ...
1
vote
1answer
59 views
.NET 3.5 - is there any other way to Zip files [closed]
I am aware of System.IO.Packaging and System.IO.Compression for compressing the files in .NET 3.5. To Zip files System.IO.Packaging is quiet handy.
I am aware of the free libraries that can be used to ...
0
votes
0answers
21 views
downloading zip file from server is showing error message of unexpected end of archive
i am having zip file containing images in it on server. but after downloading that zip file and opening it gives an error "Unexpected end of archive", "the archive is either in unknown format or ...
1
vote
1answer
26 views
Maven classpath construction
I have Nexus as my local repository server, and the administrator added db2 jdbc driver to it, which contains several jar files and one zip: db2java.zip.
The Nexus administrator added db2java.zip in ...
-2
votes
1answer
27 views
How to store a zip file in document directory?
I am working on a webservice based app, in which after calling a web service method the response is zip file and I have to store this zip file into a document directory folder. Please explain me how ...
0
votes
2answers
25 views
How do I use QuaZip to extract multiple files?
I have the below code to move through a list of the folders and files in a zip archive creating them as I goes (also creating paths for files if not created yet).
The application crashes when I use ...
1
vote
1answer
30 views
Can someone break my zip files passwords?
I have made a system that reads password protected zip files. Only my source code knows the password to unzip the file. But my question is:
Is there any way that a person very interested in knowing ...
-1
votes
0answers
74 views
insert docx document into another docx using phpword [closed]
I am using phpword (http://phpword.codeplex.com).
But phpword itself doesn't have ability to load template file and insert another docx into loaded template.
example:
1. i load template.docx
2. i ...
0
votes
1answer
18 views
ld: library not found after unzipping
I have zipped my Xcode project source for sharing it with my friend. But after unzipping I get the error like ld: library not found
Please help. Let me know if you need any additional details.
0
votes
2answers
43 views
How to create a zip file of multiple image files
I am trying to create a zip file of multiple image files. I have succeeded in creating the zip file of all the images but somehow all the images have been hanged to 950 bytes. I don't know whats ...
1
vote
1answer
38 views
Zip stream implementation with C in embedded devices
I have to embed a large text file in the limited space of internal memory of a MCU. This MCU will use the content of the text file for some purposes later.
The memory limitation dos not allow me to ...
0
votes
1answer
33 views
Java Archiving not working properly
I am trying to create a zip given a set of files. The code i have for the same is :
public class Zippers {
public static void addToZipFile(String fileName, ZipOutputStream zos) throws ...
2
votes
1answer
61 views
Perl Archive::Zip creates unnecessary folders
Assuming I have the following array of file names I wish to zip
my @files = ("C:\Windows\Perl\test1.txt", "C:\Windows\Perl\test2.txt", "C:\Windows\Perl\test3.txt");
If I do
$obj = ...
0
votes
1answer
32 views
treat a jar as a zip [duplicate]
I want to read files form my *jar archive. I read in the internet how to read from zip:
ZipFile zipFile = new ZipFile( "moers.zip" );
ZipEntry entry = zipFile.getEntry( "DerAlteSack.png" );
...
0
votes
0answers
24 views
Command to run .exe from the same archive as .bat
I'm looking for snippet that'd get launched .bat files temporary location (inside .zip archive) and execute an .exe from within the same archive, just one folder deeper. Is it even possible?
0
votes
0answers
25 views
Shell script drag and drop do not generate shasum in Windows
I made the following shell script in which when you pass folder, I make zip file and after that shasum 256 for this zip. This is through cygwin on Windows 7 using mintty. The parameter is passed ...
0
votes
2answers
21 views
How to zip a folder using ZipKit?
Id like to zip a folder using ZipKit??
I cant seem to locate a good documentation for the usage of functions in the ZipKit library.
Can some one explain the method for folder zipping?
ZKFileArchive ...
0
votes
1answer
70 views
PowerShell: move files to zip with System.IO.Compression.FileSystem
How can I move log files to zip archives with System.IO.Compression.FileSystem in PowerShell?
I have more folders with log files per application:
app1logfolder
|-app1_20130507.log
...
0
votes
1answer
18 views
Don't want directory structure with ZipArchive
I am trying to make file download script that collection all the files and download a zip file that has that collection of files not all the directory structure..
i have the file in ...
1
vote
1answer
13 views
php zip file not getting all images
I am trying to create a zip file of all the images that are stored in a database. This is done when the user clicks on a download button. Right now, you click on the download button, the zip file is ...
2
votes
1answer
46 views
Corrupted Zip Archive after Sending
I am using NanoHTTPD on the Server side and Apache DefaultHttpClient on the Client side.
I want to send a .zip File from my Server (in a Response) back to my Client.
For this Purpose i use this code ...
0
votes
1answer
14 views
Zipping together zip files
I'm trying to use the apt package "zip" to zip together some files to simplify the process on the other end for a non-technical person. For organization I wanted to make a zip file of a few zip files ...
0
votes
0answers
24 views
How to ziped the csv format file and then force the web explorer download the zipfile?
I need to stored the array in the csv file,and then use the linux system exec(zip) ,but when the explorer promot use downloaded it,the size of file only o bytes.
2
votes
2answers
53 views
How do I zip a file in python
How do I zip a file in python and how do specify the compression level ?
I have the below code so far and the error I get is:
Zip("log4j.dl-service.log.2013-05-03-22",9)
AttributeError: 'str' ...
0
votes
0answers
35 views
Python - Extract and execute in RAM
I'm developing a small python script to take a base64 encoded zip, decode it, and run an EXE that's inside the zip only in RAM (so no disk writing). This is what I have so far if it makes sense, ...
0
votes
0answers
27 views
Downloaded zip file may have HTTP compression causing it to be corrupt on Windows XP SP3 [closed]
My system is Windows XP Professional SP3 with Internet Explorer 8 and I have problems downloading a big zip file from a Linux server.
According to the Microsoft web site the problem may be due to ...
0
votes
0answers
19 views
Reading from uncompressed ZIP (Minizip)
I use zip files with no compression and I need to read the data with fread function (don't want to copy to a buffer using unzReadCurrentFile). When I use unzGetOffset I have strange numbers, such ...
1
vote
0answers
34 views
Java Connecting URL and downloading a zip but when extracting the zip it's not properly downloaded
I am sending a request XML to the URL and receiving a zip file to the given path.
Sometimes I'm facing troubles when the bandwidth is low this zip file, most likely 120MB size is not getting ...
-3
votes
2answers
33 views
archiving folder in .NET [closed]
I need to archive(zip/compress...) a folder in my application I use .NET4?
I try to find examples in google,but I didnt find nothing.
Any idea how can I implement archiving of a folder in .NET4?
-1
votes
1answer
33 views
How to read and edit an xml file inside a zip without extracting
hi all as the title says I need to read, modify and then write from/to an xml file in a zip I need to do this for lots if files as the xml is kind of an index for what the zip is for. any help would ...
0
votes
0answers
18 views
AesZipFileEncrypter zipAndEncrypt method adds all folder tree to file
I'm using this method to zip and decrypt a file:
AesZipFileEncrypter.zipAndEncrypt
This code:
AesZipFileEncrypter.zipAndEncrypt(new File("C:\Test\Folder\MyFile.txt"), new ...
-1
votes
0answers
24 views
Maximum recommended zip file size [closed]
What is the recommended maximum zip file size for downloads from a web application, such that a zip file greater than a given size should be broken up into multiple zip files? I do know that many zip ...
1
vote
1answer
24 views
Standard way to treat a zipfile as a site directory?
I'm trying to package up a script including its dependencies into an executable zip file, following basically the following steps:
$ mkdir build
$ pip install --target build -r requirements.txt
$ cp ...
0
votes
1answer
33 views
how does one read files in subfolders with minizip
For a project is have to read some zip files.
everything is okey but when is want to read from a folder in a zip file
it does not work. or i just dont know how zip works in c++.
ive searched all over ...
0
votes
0answers
16 views
extracting file inside of directory with miniz
Is there someone that can explain me how i can get files from directories inside a zipfile.
I use c++ and miniz(code.google.com/p/miniz/). thank you in advance.
here my code i have that i use right ...
0
votes
0answers
22 views
how to rename file when zipping it?
I'm planning to pack some files into a zip file on my ubuntu OS. For example, I have files a, b and c. I want to put them into a new.zip file. But these files have to be renamed to a1, b1 and c1 in ...
-1
votes
1answer
44 views
Creating Folders in a Zip Folder in Java [duplicate]
My task requires me to save a file directory into a zip folder. My only problem is I need to keep the sub-folders as folders from the main Directory. The file system will look something like
...
-1
votes
0answers
40 views
Copy files from ZIP into minecraft.jar
I am working on a private Minecraft Launcher and Modpack for me and my friends, but as Mojang don't allow you to modify the Minecraft files I need to inject Forge into minecraft.jar via my launcher, ...
0
votes
1answer
39 views
Delete a file “older than” in a zip archive
I am archiving once a month a file that is 10 MB and then emailing it.
Next month, I need to delete the previous months file IN the archive and add the new one. That way I keep the space to a low. ...
-4
votes
0answers
35 views
Windows 8 RT Zip Freeware Library [closed]
I'm looking for a free Zip Handling library for Windows8 / Windows RT application.. The only I can find on the web aren't free.
This library must handle:
Password zip
Folder / subfolder
0
votes
0answers
20 views
ant zip: how to add prefix to all all files/dirs
<zip destfile="/tmp/abc.zip" >
<fileset ...>
....
</fileset>
<zipfileset prefix="hello" >
</zipfilest>
</zip>
I would like to add prefix ...




