ssh using scp code example
Example 1: scp send file
scp ./file.txt remote_username@remote_ip:/remote/directory
Example 2: scp command in unix
scp [options] username1@source_host:directory1/filename1 username2@destination_host:directory2/filename2