Hi,
How to copy a file from one ip address to another without editing config similar to how rsync does it?
Example:
Copy abc.txt from 192.168.1.1 to 192.168.1.2
Tried variations of:
rclone copy sftp:ip1/abc.txt sftp:ip2/abc.txt
Hi,
How to copy a file from one ip address to another without editing config similar to how rsync does it?
Example:
Copy abc.txt from 192.168.1.1 to 192.168.1.2
Tried variations of:
rclone copy sftp:ip1/abc.txt sftp:ip2/abc.txt
can use connection strings.
there is an example in the docs
rclone copy :sftp,host=example.com:path/to/dir /tmp/dir
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.