- Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
cliCyberduck Command Line InterfaceCyberduck Command Line Interface
Description
- Renaming not working as shown in the doc
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… - Moving remote file to remote directory
$ 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. Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cliCyberduck Command Line InterfaceCyberduck Command Line Interface