> 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
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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