Rclone to copy files from linux share to windows share

I am new to Rclone and linux, I have a task to copy files from linux filesystem to windows share, I have copied 64 bit Rclone exe on my windows box, However when I try list files using rclone.exe ls //unixservername/opt , its failed with error listing directory or directory not found. Please help how to achieve this, May be I am trying completely wrong.

If you’re pulling from Linux to windows you can use sftp

Rclone sftp linuxremote: local/directory

You can use rclone config to create the remote to linux via sftp.

Its’ working, Thanks very much, :slight_smile:

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