Copy Folder name space on windows

i can't copy folder name space on windows
sample rclone copy C:/users/folder name D:/foldername
but i used rclone copy C:/users/foldername D:/foldername i working.

thanks

What is the problem you are having with rclone?

What is your rclone version (output from rclone version)

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Which cloud storage system are you using? (eg Google Drive)

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

hello and welcome to the forum,

as with any command line app, on any operating system, need to quote the path, as documented here

rclone copy "C:/users/folder name" D:/foldername

Yes It Working Thank you so much.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.