← Homepage

scp Cheat Sheet

scp (secure copy) is a command-line utility that allows you to securely copy files and directories between two locations.

scp my_local_file.txt [email protected]:/home/ubuntu
scp [email protected]:/remote_file.txt /home/ubuntu
scp [email protected]:/source_file.txt [email protected]:/files