mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #341] support upload a zip file and unzip it? #186
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 @yafacex on GitHub (Jan 10, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/341
Indeed, I do need to upload a folder. However, it would be helpful if you could support uploading a zip file and extracting its contents to a specific folder.
@archandanime commented on GitHub (Jan 10, 2024):
You can upload a folder by drag-dropping the directory to the web page, I tested and it worked.
@sigoden commented on GitHub (Jan 10, 2024):
dufs cannot support unzipping an uploaded zip file, because it is error-prone.
...