SCP commands code example
Example 1: scp send file
scp ./file.txt remote_username@remote_ip:/remote/directory
Example 2: using scp
scp [email protected]:/remote/file.txt /local/directory
Example 3: scp use
sudo scp -i "key.pem" file.txt [email protected]:myfolder/
Example 4: scp command
scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2
Example 5: scp command in unix
scp [options] username1@source_host:directory1/filename1 username2@destination_host:directory2/filename2