scp copy file to remote 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 send file to remote
dragonmnl@local $ scp -P 2222 file.ext username@domain:~/