Re: [twsocket] Multiple FTP Clients

2010-04-16 Thread wilfried Mestdagh
- Van: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] Namens GRAHAM (Deephaven) Verzonden: vrijdag 16 april 2010 8:30 Aan: 'ICS support mailing' Onderwerp: Re: [twsocket] Multiple FTP Clients Doesn't TFileStream imply that the data will be transferred to the

Re: [twsocket] Multiple FTP Clients

2010-04-15 Thread GRAHAM (Deephaven)
-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Francois PIETTE Sent: 16 April 2010 05:56 To: ICS support mailing Subject: Re: [twsocket] Multiple FTP Clients > easier to use the multiple FTP clients to solve my problem. > > The first attempt seems to have a pr

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)
ocket] Multiple FTP Clients > 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

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)
: 'ICS support mailing' Subject: Re: [twsocket] Multiple FTP Clients 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-bou

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