mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #171] Add ability to overwrite files #86
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 @babam86 on GitHub (Feb 2, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/171
Specific Demand
Add ability to overwrite files (upload files).
Thanks.
Implement Suggestion
@sigoden commented on GitHub (Feb 3, 2023):
Overwriting files requires upload and delete permissions. Run
dufs --allow-upload --allow-delete@babam86 commented on GitHub (Feb 3, 2023):
I used the
--allow-alloption and overwriting files didn't work.I access the server using the file manager on Linux.
@sigoden commented on GitHub (Feb 3, 2023):
dufs's webdav should support overwriting files.
Colud you describe the operation in detail and provide dufs logs?
@babam86 commented on GitHub (Feb 5, 2023):
dufsis great, works perfectly. SOLVED