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
|