Hi! Thanks for this very useful piece of software! I was trying to rename a file in a particular subfolder of my Dropbox:
dbxcli mv /foo/tmp/trace.pdf /foo/tmp/trace2.pdf -v
I also tried moving a file from one subfolder to a different, existing subfolder. This results in a similar error: Looking at the first line of the output, it seems that dbxcli appends the full source path to the destination path, and not just the part after the last slash, as GNU mv would do. Or am I using the command in the wrong way?
Hi! Thanks for this very useful piece of software! I was trying to rename a file in a particular subfolder of my Dropbox:
dbxcli mv /foo/tmp/trace.pdf /foo/tmp/trace2.pdf -v
Here's the error output that I got:
I also tried moving a file from one subfolder to a different, existing subfolder. This results in a similar error: Looking at the first line of the output, it seems that dbxcli appends the full source path to the destination path, and not just the part after the last slash, as GNU mv would do. Or am I using the command in the wrong way?