-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
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
does libzip support Multi-disk ZIP? #307
Comments
No, currently not. |
for example: https://github.com/manjaro-plasma/download/releases the zip downloaded here has a z01 file That is because github does not allow single file > 1.9GB, so they split the zip in 2 parts |
Can't you simply do |
No, that's not possible - all the file offsets inside the zip structure (e.g. where to find the local headers and thus file data) are of the form <disk, offset> and if you cat them into one file, all will be wrong (except for the one for the first entry). |
To support this point, only 0.02% of all the ZIP archives opened by the ChromeOS Files App fail with |
The provided example files don't seem to be valid (the first file starts with a data descriptor, not with a local header). Since we won't implement multi-disk support and no one else seems to be willing to either, I'll close this issue. |
https://bugs.kde.org/show_bug.cgi?id=399949
for example,
sample.zip
andsample.z01
.The text was updated successfully, but these errors were encountered: