zip Questions

2

Solved

I have a 16gb compressed zst file. how would I decompress it on windows? I do not have the memory to handle the decompressed version, so it needs to be written straight to a file.
Benildas asked 10/1, 2020 at 4:56

8

I'm trying to use a python script to download files from a Chinese service provider (I'm not from China myself). The provider is giving me a .zip file which contains a file which seems to have Chin...
Yautia asked 7/12, 2016 at 14:11

3

I'm trying to decompress a zip file (with multiple files inside) using Azure Data Factory v2. The zip file is located in Azure File Storage. The ADF Copy task just copies the original zip file with...
Overspill asked 29/7, 2019 at 20:34

4

Solved

I have a zip file on the server. It's 1.1gb made up of thousands of small files. I do not have shell or root access to the server and can only use ftp and create php files.. so far I have tried exe...
Execrative asked 1/6, 2013 at 22:27

6

zip -h is confusing! I just want to know how to make a .zip from a directory. kthxbi
Seymour asked 25/6, 2014 at 21:11

3

I'm trying to backup my site by zipping it all, and putting the zip into an unnaccessible folder, done with PHP. My code is <?php Zip('../../', './'); function Zip($source, $destination) { if (...
Sudra asked 6/12, 2012 at 22:10

2

Solved

I wrote a little web crawler and had known that the Response is a zip file. In my limited experience with golang programing, I only know how to unzip a existing file. Can I unzip the Response.Body ...
Quality asked 26/5, 2018 at 3:38

6

Solved

zip is not recognized as an internal or external command where can I find zip on my machine in order to run 'zip` cmd?
Phonotypy asked 5/12, 2012 at 15:40

7

I'm using Java 1.7.0_40 on Red Hat Linux and I have the following code: Path zipfile = Paths.get(filename); FileSystem fs = FileSystems.newFileSystem(zipfile, FileTest.class.getClassLoader()); T...
Heartwarming asked 20/3, 2014 at 14:38

5

I'm trying to create and then send zip file to client. I know how to create it but I've got a problem with send it to client. I tried many ways. I'm sending POST request from Client and as respons...
Duotone asked 21/10, 2015 at 13:34

6

Solved

I'm trying to clone a remote repository on github, but it is big and my connection doesn't seem to be stable enough, so I can't clone it successfully. But I have successfully downloaded the .zip o...
Emmie asked 28/3, 2013 at 12:19

5

Solved

I want to zip a file in clojure and I can't find any libraries to do it. Do you know a good way to zip a file or a folder in Clojure? Must I use a java library?
Forster asked 31/7, 2013 at 8:52

8

Is there a way to zip files using JavaScript?? For an example, like in Yahoo mail, when you chose to download all the attachments from an email, it gets zipped and downloaded in a single zip file. ...
Decern asked 22/12, 2011 at 19:20

6

I would like to check that a file is downloaded as part of my test. I only need to confirm that the file is downloaded after clicking a button. I have no need to read the file and its contents. All...
Singleness asked 4/3, 2021 at 15:23

8

Solved

I have one file created by 7zip program. I used deflate method to compress it. Now I want to create the same archive (with the same MD5sum) in java. When I create zip file, I used the algorithm tha...
Peden asked 23/1, 2011 at 12:28

1

Solved

The class java.util.zip.ZipEntry has a method getSize that returns -1 if the uncompressed size is unknown. I understand this can happen if I have a ZipInputStream. Can this also happen if I h...
Refreshment asked 8/5 at 9:28

4

Solved

Java zipEntry.getSize() returns the size of the actual file and some times it returns -1 (though the file size is greater than 0). Java API document says "Returns the uncompressed size of the entr...
Huai asked 16/3, 2016 at 19:38

5

Solved

I have multiple zip files containing different types of txt files. Like below: zip1 - file1.txt - file2.txt - file3.txt How can I use pandas to read in each of those files without extractin...
Barmecide asked 15/6, 2017 at 19:15

13

I have a Jar file, which contains other nested Jars. When I invoke the new JarFile() constructor on this file, I get an exception which says: java.util.zip.ZipException: error in opening zip fil...
Irrigate asked 28/11, 2008 at 7:12

5

Solved

How can I download multiple files as a zip-file using php?
Christabelle asked 18/11, 2009 at 8:6

3

Solved

is it possible to compress file or directory of google cloud storage without download it first and re-upload? I think I need some tools similar like http://googlegenomics.readthedocs.org/en/latest...
Speller asked 23/1, 2016 at 18:57

8

Solved

I need to create a zip file using this command: zip /dir/to/file/newZip /data/to/zip/data.txt This works, but the created zip file creates a directory structure mimicking the directory to the ra...
Wile asked 14/3, 2012 at 20:56

2

Solved

We got a problem with the encoding of files inside a zip-file. We are using the ionic zip to compress and decompress archives. We are a located in Denmark, so we often have files containing æ, ø o...
Fleck asked 25/1, 2018 at 10:49

11

Solved

How can I create a .tar.gz file with compression in Python?
Pending asked 9/1, 2010 at 4:59

23

Solved

I have a problem when I install 'Archive_Zip 0.1.1' on the Linux server, but when I try to run the script to create the zip file it gives the fatal error Fatal error: Class ZipArchive not found in...
Ergocalciferol asked 6/10, 2010 at 12:47

© 2022 - 2024 — McMap. All rights reserved.