On Sat, Aug 7, 2010 at 12:46 PM, Surya Sharma s@iamsurya.com wrote:
I've got two hosts which allow ssh login, and ftp.
What I want to do is transfer files from one to another without my client system downloading any files. (both have /public_html folders. The files from one need to be xfered to another)
If you want to tranfer files from node A to node B without any initiative from node B, you can set up a cron job on node A to SCP the files to node B. To avoid being prompted for a passwords, you can set up keyless SSH.
Regards, NMK.