Monday 28 April 2008

How to SCP

How to scp.
Example : copy file from host1 to host2

In host1 :
scp filename host2:/tmp

This will copy the file in host1 to host2 i /tmp directory

No comments: