SCP
Syntax
scp [OPTION] [user@]SRC:]file1 [user@]DEST:]file2SCP copy local file to remote system
SCP copy local file to remote with output path
scp /mnt/test/test.txt [email protected]:/home/ubuntu/test_folder/myfile.txtSCP copy local file under remote folder
scp /mnt/test/test.txt [email protected]:/home/ubuntu/test_folderSCP copy local folder to remote folder
SCP copy remote file to local system
SCP copy files between two remote systems
SCP options
Last updated