duck --move protocol:/<folder>/<name> <file>
Does not work:
$ duck --username MYUSERNAME --move davs://webdav.mycloud.ch/siteweb/age.txt myfile.txt
Renaming age.txt to /…
Cannot rename age.txt. Unexpected response (400 Bad Request).
Please contact your web hosting service provider for assistance.
But this is working:
$ duck --username MYUSERNAME --move davs://webdav.mycloud.ch/age.txt davs://webdav.mycloud.ch/myfile.txt
Renaming age.txt to gio.txt…
$ duck --username MYUSERNAME --move davs://webdav.mycloud.ch/age.sh test/
Renaming age.sh to /…
Cannot rename age.sh. Unexpected response (400 Bad Request).
Please contact your web hosting service provider for assistance.
But this is working:
$ duck --username MYUSERNAME --move davs://webdav.mycloud.ch/age.txt davs://webdav.mycloud.ch/GIO/age.txt
Renaming age.txt to age.txt…
Note:
This information "Renaming age.txt to age.txt…" is not accurate. Actually it moves the file, it does not rename it.
From iterate-ch/cyberduck#17821.
Does not work:
But this is working:
But this is working:
From iterate-ch/cyberduck#17821.