-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
unzipped file is different from original #5
Comments
Please do provide test files & |
Fails on windows. Thanks for the plugin, would be great with one unified zip plugin! |
Any ideas ? entryNameEncoding |
Thanks for creating the plugin!
However, it seems its not correct when unzipping binary files.
I tried creating a random file, and when comparing the original file with the unzipped version the files are different!
Since I could not find any examples online this is how the test file was created:
dd if=/dev/urandom bs=100k count=1 of=random.raw; zip test.zip random.raw
I can also provide the test files I used if that's easier for you.
Thanks!
The text was updated successfully, but these errors were encountered: