[GH-ISSUE #171] Add ability to overwrite files #86

Closed
opened 2026-04-08 16:50:15 +03:00 by zhus · 4 comments
Owner

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

Originally created by @babam86 on GitHub (Feb 2, 2023). Original GitHub issue: https://github.com/sigoden/dufs/issues/171 ## Specific Demand <!-- What feature do you need, please describe it in detail. --> Add ability to overwrite files (upload files). Thanks. ## Implement Suggestion <!-- If you have any suggestion for complete this feature, you can tell us. -->
zhus closed this issue 2026-04-08 16:50:15 +03:00
Author
Owner

@sigoden commented on GitHub (Feb 3, 2023):

Overwriting files requires upload and delete permissions. Run dufs --allow-upload --allow-delete

<!-- gh-comment-id:1415103519 --> @sigoden commented on GitHub (Feb 3, 2023): Overwriting files requires upload and delete permissions. Run `dufs --allow-upload --allow-delete`
Author
Owner

@babam86 commented on GitHub (Feb 3, 2023):

I used the --allow-all option and overwriting files didn't work.

I access the server using the file manager on Linux.

$ gio mount dav://IPADDRESS:PORT
$ ln -s /run/user/1000/gvfs/dav:host=IPADDRESS,port=PORT,ssl=false $HOME/IPADDRESS:PORT
$ pcmanfm $HOME/IPADDRESS:PORT
<!-- gh-comment-id:1415256758 --> @babam86 commented on GitHub (Feb 3, 2023): I used the `--allow-all` option and overwriting files didn't work. I access the server using the file manager on Linux. ``` $ gio mount dav://IPADDRESS:PORT $ ln -s /run/user/1000/gvfs/dav:host=IPADDRESS,port=PORT,ssl=false $HOME/IPADDRESS:PORT $ pcmanfm $HOME/IPADDRESS:PORT ```
Author
Owner

@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?

<!-- gh-comment-id:1415376926 --> @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?
Author
Owner

@babam86 commented on GitHub (Feb 5, 2023):

dufs is great, works perfectly. SOLVED

<!-- gh-comment-id:1416923668 --> @babam86 commented on GitHub (Feb 5, 2023): `dufs` is great, works perfectly. SOLVED
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#86