4/06/2015

How to use SCP in Linux/Unix?

  Mohan       4/06/2015
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
logoblog

Thanks for reading How to use SCP in Linux/Unix?

Previous
« Prev Post

No comments:

Post a Comment