rsync platform ssh code example
Example: rsync ssh
# You'll need to fill in a username, the user's IP address,
# and a file/directory to recieve
rsync -av remote-user@<IP address>:/path/to/remote/file /local/destination
# You'll need to fill in a username, the user's IP address,
# and a file/directory to recieve
rsync -av remote-user@<IP address>:/path/to/remote/file /local/destination