> I dimly remember from my early comp sci days that the FTP
> protocol could be used to transfer files between 2 remote
> machines, not just between local and remote. Does anyone know
> of an FTP client that will allow me to do this? i.e. from my
> machine log into server 1 and server 2 and transfer files
> between them, without the files ever coming down locally? 

> Some software pretends to do this, but just copies it
> locally, then pushes it up again. 

Are the servers Windows or *nix? 

If they're *nix, just use ssh (or the windows SSH client Putty) to 
connect to them, then run SCP or SFTP between that box and another 
box.  

If you're running Windows, install Cygwin. Then do exactly the same
thing (use ssh to connect to them.. etc.)

SCP (Secure CoPy) allows you to set up security certificates and
then batch copy files between servers.

Also, check out the cross-platform file synchronisation program 
called Unison. Available as part of Cygwin or directly here: 
http://www.cis.upenn.edu/~bcpierce/unison/   It uses the RSync 
protocol to massivly reduce bandwidth requirements when transferring 
updated files.   

Cheers


Paul Haddon
Technical Services Manager
Formstar Print Technologies


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to