Re: [twsocket] Timeout during 'put' with TFtpClient

2012-09-19 Thread Steve Loft
On 16/09/2012 11:42, Arno Garrels wrote: Steve Loft wrote: I have an application which uploads a small file every 10 seconds using a TFtpClient. I have the timeout set to 15 seconds. One installation is getting a timeout every couple of minutes: The server does not seem to close the data

[twsocket] Timeout during 'put' with TFtpClient

2012-09-13 Thread Steve Loft
I have an application which uploads a small file every 10 seconds using a TFtpClient. I have the timeout set to 15 seconds. One installation is getting a timeout every couple of minutes: 21:08:42:327 ! HighLevelAsync 0 21:08:42:327 032A77E0 TriggerDataSent 936 21:08:42:358 >|227 Entering Passiv

Re: [twsocket] FTP component not ready

2007-08-11 Thread Steve Loft
Fastream Technologies wrote: > You should use OnRequestDone. > > Ah yes, that works - many thanks! Steve -- 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

[twsocket] FTP component not ready

2007-08-11 Thread Steve Loft
I am trying to get the FTP component (V6 Beta) to connect and then upload a file. In the handler for the OnSessionConnected event, I attempt to do a 'Put', but I get an "FTP component not ready" exception. I thought I had done this successfully with previous versions of ICS. What am I doing wro