Do you mean download from one and upload to another? Or do a true FXP (server->server transfer)? If you want to do an FXP you simply set one server to PASV and send the ip and port it gives you to the other server as a PORT command. Then you tell one server to STOR and the other to RETR and they connect and transfer between themselves. This means you dont need to handle throttling different connections and also means you dont waste your client bandwidth.
Dan ----- Original Message ----- From: "Rob Verhoef" <[EMAIL PROTECTED]> To: <twsocket@elists.org> Sent: Wednesday, August 03, 2005 9:02 AM Subject: [twsocket] FTP from one server to another > Hello, > > > > Does anybody have any experience doing a transfer from one ftp server to > another using a client pc with a two TFtpClients, one connected to the > source server and the other connected to the destination server. . I know > you can do a transfer into a memorystream but how can you handle the > difference in speed between the two servers. I do not want to transfer > part > of the memorystream that is not yet received. > > > > Rob Verhoef > > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be > -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be