-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
zipping download problem #876
Comments
i don't test on other platform because of network problem. |
surely our zip is not a zipbomb: a zipbomb uses an extremely high compression rate to try to fill your disk. can you see if you can produce a zip with hfs that gives NO such warning? |
Little help with zip I know that can be automaticaly download in zip but, can you make automatic rename on some random name file while download. Thnx Regards rejetto |
@enasufov your request is not related to this thread, please open a new discussion |
on linux
[steam@VCi-58O6NQ ~]$ unzip -n cstrike.zip -d /home/steam/Steam/cs16/cstrike/
Archive: cstrike.zip
extracting: /home/steam/Steam/cs16/cstrike/sprites/blueflare1.spr
error: invalid zip file with overlapped components (possible zip bomb)
To unzip the file anyway, rerun the command with UNZIP_DISABLE_ZIPBOMB_DETECTION=TRUE environmnent variable
so what happened?
download with wget -O cstrike.zip http://.../cstrike/?get=zip
the folder is probably up to 300MB
After i set the env .unzipping is ok.
The text was updated successfully, but these errors were encountered: