We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm zipping multiple files of 100MB. However, if the archive is more than 4GB (40files) Then the ZIP file is not openable anymore by my zip client:
`$ 7z l results(3).zip
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 p7zip Version 16.02 (locale=fr_BE.UTF-8,Utf16=on,HugeFiles=on,64 bits,12 CPUs Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (906EA),ASM,AES-NI)
Scanning the drive for archives: 1 file, 4734784602 bytes (4516 MiB)
Listing archive: results(3).zip
ERROR: results(3).zip : Can not open the file as archive
Errors: 1 `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm zipping multiple files of 100MB.
However, if the archive is more than 4GB (40files)
Then the ZIP file is not openable anymore by my zip client:
`$ 7z l results(3).zip
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=fr_BE.UTF-8,Utf16=on,HugeFiles=on,64 bits,12 CPUs Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (906EA),ASM,AES-NI)
Scanning the drive for archives:
1 file, 4734784602 bytes (4516 MiB)
Listing archive: results(3).zip
ERROR: results(3).zip : Can not open the file as archive
Errors: 1
`
The text was updated successfully, but these errors were encountered: