On Sunday 08 August 2010 19:57:17 Raj Mathur (राज माथुर) wrote:
On Saturday 07 Aug 2010, jtd wrote:
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 have ssh you should have scp. scp user1@aa.bb.cc.dd:/x/y user2@nn.mm.oo.pp:/z/y
Will this actually transfer between aa and nn without routing the data through the local host? Can someone confirm definitively?
Essentially control tells aa to send data to nn. which is the same as ssh to aa, fire script (which transfers data to nn) and get out leaving script running.
So all data flows only from aa to nn.