scp file cmd code example
Example 1: scp command
scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2
Example 2: scp command in unix
scp [options] username1@source_host:directory1/filename1 username2@destination_host:directory2/filename2
scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2
scp [options] username1@source_host:directory1/filename1 username2@destination_host:directory2/filename2