Secure file transfer program. Copy files between hosts using Secure File Transfer Protocol over SSH.
sftp {{remote_user}}@{{remote_host}}
sftp -P {{remote_port}} {{remote_host}}
sftp {{local_file}} {{remote_host}}:{{/path/remote_file}}
sftp {{remote_host}}:{{/path/remote_file}} {{local_file}}