Unix / Linux

Monday, February 27, 2006

scp transfer files securly between machines just like with cp

local to remote:

scp /local/path/local-file user@remote-computer:/remote/path/remote-file


remote to local:

scp user@remote-computer:/remote/path/remote-file /local/path/local-file

0 Comments:

Post a Comment

<< Home