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
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
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
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