SCP Commands
SCP Commands
SCP Commands
Server to local download
Server to local download
scp username@ip_address:file_production_v1.sql /home/username/Development/db_backup
Local to Server
Local to Server
scp ./filename.docx username@ip_address:/home/username/your/folder/path
Local to Server all file
Local to Server all file
scp -r /path/to/local/folder/* username@server_ip:/path/to/destination/folder/