mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #336] Corrupted Zip files when downloading large folders #180
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wasle on GitHub (Jan 7, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/336
Problem
When downloading large folders with several files in the GB range the resulting .zip files often is corrupted.
Log
But probably just an arbitrary set of files with around 10GB will do.
Put all files in a folder.
% ./dufs ~/TMP/dufs-data --port 1235 --allow-all --compress none
Listening on:
...
http://127.0.0.1:1235/
...
2024-01-06T22:54:33+01:00 INFO - 127.0.0.1 "GET /" 200
2024-01-06T22:54:38+01:00 INFO - 127.0.0.1 "GET /test/?zip" 200
Environment:
17063454d3Notes