Re: [twsocket] Multiple FTP Clients

2010-04-13 Thread Angus Robertson - Magenta Systems Ltd
> I am attempting to transfer and process a lot of files via a memory > stream. Conventional FTP seems to take about 200mS per transfer. > Possibly due to the opening and closing of the data socket for each > transfer. This speed is as expected, the port for each data socket has to be negotiated,

Re: [twsocket] Multiple FTP Clients

2010-04-13 Thread GRAHAM (Deephaven)
1: I am attempting to transfer and process a lot of files via a memory stream. Conventional FTP seems to take about 200mS per transfer. Possibly due to the opening and closing of the data socket for each transfer. 2: If I can get this going, then #1 may not be so important as I can have one FTP c

[twsocket] StatusCode of 0, ReasonPhrase = 'OK

2010-04-13 Thread robertoschler
I read about others having this same problem during a web search. I'm getting this problem too. I'm using THttpCli1 in a tight loop on an external thread to send commands to a robot accepting commands as an HTTP server. I set THttpCli's Multithreaded property to TRUE. But I'm getting tons of

Re: [twsocket] Multiple FTP Clients

2010-04-13 Thread Fastream Technologies
I recall asking for support of this on server side long time ago but have lost interest since then. SZ On Tue, Apr 13, 2010 at 8:13 PM, DZ-Jay wrote: > Fastream Technologies wrote: > >> Maybe it is SFTP--FTP over SSH?! >> >> > > Perhaps, but it is still not FTP and not supported by ICS. > >

Re: [twsocket] Multiple FTP Clients

2010-04-13 Thread Matt Minnis
1. Is there a reason you want/need to do this? If not, don't complicate your life. 2. Others have responded sufficiently to this. Thanks, Matt -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of GRAHAM (Deephaven) Sent: Tues

Re: [twsocket] Multiple FTP Clients

2010-04-13 Thread DZ-Jay
Fastream Technologies wrote: Maybe it is SFTP--FTP over SSH?! Perhaps, but it is still not FTP and not supported by ICS. dZ. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at

Re: [twsocket] Multiple FTP Clients

2010-04-13 Thread Fastream Technologies
Maybe it is SFTP--FTP over SSH?! SZ On Tue, Apr 13, 2010 at 7:54 PM, Angus Robertson - Magenta Systems Ltd < an...@magsys.co.uk> wrote: > > > This server has the ability to run in a simple FTP mode that only > > > uses the control socket for all transfers. > > > 1. I've never heard of the FTP pr

Re: [twsocket] Multiple FTP Clients

2010-04-13 Thread Angus Robertson - Magenta Systems Ltd
> > This server has the ability to run in a simple FTP mode that only > > uses the control socket for all transfers. > 1. I've never heard of the FTP protocol allowing this, perhaps it's > Trivial FTP? Don't know if ICS supports TFTP Trivial FTP uses UDP, it really has nothing in common with

Re: [twsocket] Multiple FTP Clients

2010-04-13 Thread DZ-Jay
Francois PIETTE wrote: No problem, just use several FTP client component either dropped on your form or created dynamically and operate them using the asynchronous functions (GetAsync and the likes). You'll be able to support any number of concurrent FTP session to the same server or to differe

Re: [twsocket] Multiple FTP Clients

2010-04-13 Thread Lester
1. I've never heard of the FTP protocol allowing this, perhaps it's Trivial FTP? Don't know if ICS supports TFTP 2. Sure you can do this, just create two client controls at design time or dynamically on demand at run time. Lester On 13/04/2010 15:52, GRAHAM (Deephaven) wrote: I use the ICS

Re: [twsocket] Multiple FTP Clients

2010-04-13 Thread Francois PIETTE
I use the ICS FTP client to connect to an FTP server running on Linux. 1: This server has the ability to run in a simple FTP mode that only uses the control socket for all transfers. Is there a way I can configure the ICS FTP Client to operate like this? This is not FTP and is not supported b

[twsocket] Multiple FTP Clients

2010-04-13 Thread GRAHAM (Deephaven)
I use the ICS FTP client to connect to an FTP server running on Linux. 1: This server has the ability to run in a simple FTP mode that only uses the control socket for all transfers. Is there a way I can configure the ICS FTP Client to operate like this? 2: In another situation, connecting to the