On Sat, Aug 7, 2010 at 2:16 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)
Not sure if ftp client supports wildcard(*). If yes, then - Login to transferring node using SSH - Create FTP session using FTP client with other node - Upload files (PUT *)
BTW, there are many alternatives to do so.
If you ask me, I use netcat to do that. Create tarball. Transfer tarball. Verify MD5.
I'm used to this, so it doesn't take much time for me to do that all :-)
HTH
Can someone guide me through this?
Surya