SCP
scp file.txt [email protected]:/remote/directory
Brave Beetle
scp file.txt [email protected]:/remote/directory
scp /path/to/local/file remote_user@remote_host:/path/to/remote/file
scp {{remote_host}}:{{/path/remote_file}} {{/path/local_dir}}
# Copy from remote to local between windows machines, with file that has spaces in its name
scp -T [email protected]:"\"C:\Users\windows_username\Downloads\your file with spaces in its name.txt\"" C:\builds
scp /home/stacy/images/image*.jpg [email protected]:/home/stacy/archive