Rclone
SFTP
Prepare obscured 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
Prepare obscured password
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