mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #89] Support move file #38
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 @theowenyoung on GitHub (Jul 3, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/89
Specific Demand
I use dufs to manage my auto downloads folder, I need to arrange the files from the default download folder when downloaded, so if there is a move action, allow me moving file from one path to another path.
Implement Suggestion
maybe offer a move action, and allow to choose target folder
@sigoden commented on GitHub (Jul 3, 2022):
dufs supports webdav, webdav supports move operation.
you can try it with webdav client.
If you are familiar with curl, you can try the following to move dir to dir2:
To keep things simple, the web ui does not support move.
@theowenyoung commented on GitHub (Jul 3, 2022):
Thanks! I learned Webdav today.