Re: [twsocket] Multiple FTP Clients

2010-04-15 Thread GRAHAM (Deephaven)
When I investigated this single socket connection some years ago I just used a standard Delphi client socket with the standard FTP commands. It is now easier to use the multiple FTP clients to solve my problem. I am currently at a convention and spoke to the server vendor and he agreed this idea wa

Re: [twsocket] Multiple FTP Clients

2010-04-15 Thread Francois PIETTE
easier to use the multiple FTP clients to solve my problem. The first attempt seems to have a problem (problem something stupid I'm doing). I have 2 FTP clients and created 2 memory streams. If both FTP clients connect and then disconnect, when I free the second memory stream I get an error. If

Re: [twsocket] Multiple FTP Clients

2010-04-15 Thread GRAHAM (Deephaven)
Doesn't TFileStream imply that the data will be transferred to the disk. I want to avoid any disk activity and get the data as fast as possible into the application. The size of any data transfer will only be a few tens of kilobytes at most. Graham -Original Message- From: twsocket-boun..