View Single Post

  #5 (permalink)  
Old 03-22-2007
Mark Atherton
 
Posts: n/a
Default Re: How to transfer data remotely to PCs in LAN via SFTP?

Ahmad wrote:

As Kalyan says, you need to set up ssh using RSA authentication. There
are good explanations on the web. Then, depending on what you want to do:

scp -r directorytotransfer host1:/home/todirectory/

or

rsync -vaxe ssh directorytotransfer host1:/home/todirectory/

Mark Atherton
Reply With Quote