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?
scp user@host1:/path/to/file user@host2:/path/to/
This would transfer (using ssh) from host1 to host2, whereas the client running this command could be anywhere, as long as he/she has permissions to access host1 and host2
Hope that helps. -Sanjay