Rclone move puts file in wrong directory

The following command:

rclone move dropbox:A/B/testfile /home/username/C/D

…moves “testfile” to directory C, not directory D.

If I add a trailing slash to D/ and/or use moveto I get extensive error messages.

Am I missing something?

That should go into D… Were there spaces in the directory names? If so you need to put them in “”.

Post a log of what happened would be most useful.

Fixed it. There was an incorrect path inside a shell script that took some time to track down.