Copy a file:
scp /path/to/source/file.txt username@ip:/path/to/destination/file.txt
Download a file:
scp alfred@10.11.1.101:/tmp/output.txt .
Copy a directory:
scp -r /path/to/source/dir username@ip:/path/to/destination
See commands.