SCP( secure copy) copies files between two hosts on a network
scp a.tx user@127.0.0.1:/tmp Press enter key, this will prompt the password. Provide the correct password of the user. Then files will be copied to tmp folder of 127.0.0.1
scp a.tx user@127.0.0.1:/tmp Press enter key, this will prompt the password. Provide the correct password of the user. Then files will be copied to tmp folder of 127.0.0.1
0 Comments
Post a comment