1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-05-29 02:40:47 +00:00

docs(ubuntu): add scp commands

This commit is contained in:
Julien Le Coupanec 2020-09-11 10:45:29 +02:00
parent 62efe852d1
commit fd07239b2b

View File

@ -8,3 +8,6 @@ df -h # Check the amount of free space
sudo ufw status # Check status
sudo ufw allow from remote_IP_address to any port 3306 # Allow external ip to access port
scp user@remote_host:remote_file local_file # download: remote -> local
scp local_file user@remote_host:remote_file # upload: local -> remote