Top "Zipfile" questions

For issues relating to creating and/or utilizing zip files.

renaming the extracted file from zipfile

I have lots of zipped files on a Linux server and each file includes multiple text files. what I want …

python zipfile
How to download a ZipFile from a dotnet core webapi?

I am trying to download a zip file from a dotnet core web api action, but I can't make it …

asp.net-web-api download .net-core zipfile aurelia-fetch-client
Read Zip file content without extracting in java

I have byte[] zipFileAsByteArray This zip file has rootDir --| | --- Folder1 - first.txt | --- Folder2 - second.txt | …

java zipfile truezip
Adding file to existing zipfile

I'm using python's zipfile module. Having a zip file located in a path of: /home/user/a/b/c/test.…

python zipfile
The name 'zipfile' does not exist in the current context

I have an SSIS project that I can run as is, but when I try to edit it, I get …

c# ssis zipfile
ZipInputStream.getNextEntry returns null on some zip files

I have a simple code to extract zip files, it was working just fine as expected but during my test …

java unzip zipfile compression
Strange "BadZipfile: Bad CRC-32" problem

This code is simplification of code in a Django app that receives an uploaded zip file via HTTP multi-part POST …

zipfile stringio bytesio
How do I archive multiple files into a .zip file using scala?

Could anyone post a simple snippet that does this? Files are text files, so compression would be nice rather than …

scala zipfile
Python: Getting files into an archive without the directory?

I've been learning python for about 3 weeks now, and I'm currently trying to write a little script for sorting files (…

python zipfile
Python zip a sub folder and not the entire folder path

I have a program to zip all the contents in a folder. I did not write this code but I …

python subdirectory zipfile