You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: