mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #335] Support resumable/partial uploads (PUT/PATCH) #179
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 @smerschjohann on GitHub (Jan 4, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/335
Specific Demand
Some WebDAV implementation support partial uploads using custom protocols: https://blog.sphere.chronosempire.org.uk/2012/11/21/webdav-and-the-http-patch-nightmare
This allows a more efficient way to use the WebDAV protocol as the client does not have to reupload a whole file on update.
For example the WebdavFS FUSE driver supports this mode, therefore it would be very nice to see this feature implemented.
Implement Suggestion
Any of the two resumable features would work, maybe even implement both?