Skip to content

Rclone

SFTP

Doc: https://rclone.org/sftp/

Prepare obscured password

rclone obscure <PASSWORD>

Sync

linux

rclone sync --sftp-disable-hashcheck --sftp-host foo.com --sftp-port 3333 --sftp-user bar --sftp-pass <OBSCURED_PASSWORD> /local/path :sftp:

windows in background: --no-console

rclone sync --no-console --sftp-disable-hashcheck --sftp-host foo.com --sftp-port 3333 --sftp-user bar --sftp-pass <OBSCURED_PASSWORD> D:\data :sftp: