Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support move file #89

Closed
theowenyoung opened this issue Jul 3, 2022 · 2 comments
Closed

Support move file #89

theowenyoung opened this issue Jul 3, 2022 · 2 comments

Comments

@theowenyoung
Copy link

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
Copy link
Owner

sigoden commented 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:

curl -X MOVE -H Destination:http://localhost:5000/dir2 http://localhost:5000/dir

To keep things simple, the web ui does not support move.

@theowenyoung
Copy link
Author

Thanks! I learned Webdav today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants