SCP command code example
Example 1: scp send file
scp ./file.txt remote_username@remote_ip:/remote/directory
Example 2: scp command
scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2
scp ./file.txt remote_username@remote_ip:/remote/directory
scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2