On Sat, Aug 7, 2010 at 2:16 PM, Surya Sharma <[email protected]> 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?
Besides, the suggested solutions by other members, 'rsync' over ssh will also do the job. The "--archive" will take care of the common backup options in case that is your objective to copy files from /public_html folders. -- Arun Khan -- http://mm.glug-bom.org/mailman/listinfo/linuxers

