On Saturday 07 August 2010 14:16:39 Surya Sharma 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) > > Can someone guide me through this?
If you have ssh you should have scp. scp [email protected]:/x/y [email protected]:/z/y You need to setup passwordless ssh. -- Rgds JTD -- http://mm.glug-bom.org/mailman/listinfo/linuxers

