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 client downloading the files while the second FTP client deals with more
important issues.

Thanks for all you help. I shall pursue #2.

Graham

-----Original Message-----
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Matt Minnis
Sent: 13 April 2010 18:15
To: '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-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of GRAHAM (Deephaven)
Sent: Tuesday, April 13, 2010 09:53
To: 'ICS support mailing'
Subject: [twsocket] Multiple FTP Clients

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 same FTP server, I would like to
have two FTP clients in my application, both logged on to the same server
with the same username and password. Then each FTP client would navigate to
different directories and download files in parallel. The server allows the
login but are there any fundamental reasons why this would not work?

Thanks for any help
Graham

--
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 http://www.overbyte.be

--
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 http://www.overbyte.be

--
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 http://www.overbyte.be

Reply via email to