scp copy file code example
Example 1: scp send file
scp ./file.txt remote_username@remote_ip:/remote/directory
Example 2: copy from remote to local
scp file.txt [email protected]:/remote/directory
Example 3: scp copy
scp /users/Edward/desktop [email protected]:/writing/article
Example 4: scp copy file command line
scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2