-
Notifications
You must be signed in to change notification settings - Fork 46
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
deflate64 is unsupported #66
Comments
Oh... that's subtle ... 😕 If you have any recommendations for alternative ZIP libraries, I'll have a look. Otherwise, I'll have a look at one of these 6302 libraries... |
@javagl Unfortunately I don't think one exists. This doesn't affect my project directly, but I wanted to write it up since we noticed it. |
I could reproduce this by creating a ZIP that uses Defalte64. An aside: The Windows Explorer does not always seem to use it, even for large archives. From a quick test, it seemed that
In 7zip, the method can be selected explicitly, so that's an option for creating test data. I have no idea how to resolve this, though. There does not seem to be any library that supports Deflate64. Even the zlib FAQ just say:
So we're out of luck here. If that comes up in practice, the only solution would be: Unpack that archive (in doubt, with some command-line call), and pass in the resulting directory. Unrelated: I'm pretty sure that there is a bug related to that lurking in |
node-stream-zip
does not support deflate64, so any zip file using it fails.The text was updated successfully, but these errors were encountered: