Command Move Needs 2 Arguments Minimum Error

I am getting the “command move needs 2 arguments minimum” error and I cannot figure out why. Here the command I am using:

rclone move -v "whatbox:TVShows/Planet Earth II/Season 1” "remote:TVShows/Planet Earth II“

Thanks you!

Check your quote signs, they should all be "

Try:
rclone move -v “whatbox:TVShows/Planet Earth II/Season 1” “remote:TVShows/Planet Earth II”

1 Like

Thank you. That did the trick.