There's a name for that, it might be called Remote Transfer. The data does
not go through your computer. Very useful for moving big files from one
server to another when you're on a dialup. ;p The client fakes the
connection to each computer so they think they're talking to each other
essentially. I'm sure you could do it with command line utility on Linux,
but I don't know of anything for Win32. Except doesn't WS-FTP support
that? And doesn't it have a scripting tool?

> There are FTP clients that can do server to server FTP transfers like
> SmartFTP and CuteFTP.  From doing this myself, it seems like the commands
> are handled by my computer, but the data never hits my connection, it goes
> from one server to another.
>
> I understand the strict definition of client and server, that's not quite
> what I mean here.
>
> > > Is there a COM object that will allow Server-to-Server FTP?
> > >
> > > I want to transfer files from server A to server B via FTP,
> > > but my CF server is server C.
> > >
> > > I know I could just grab all the files from server A then
> > > upload them to server B, but I was hoping to save bandwidth.
> >
> > There's no such thing as "server-to-server FTP". When using FTP, there's
> > always an FTP server, and an FTP client.
> >
> > If you want to move files directly from A to B using FTP, you'll need to
> > have some code on either A or B.
> >
> > Dave Watts, CTO, Fig Leaf Software
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to