> in my delphi application i use the TFtpClient with timer that on interval
> retrieve file from my ftp server. My first time ftpclient works, but another
> time
> stop it generate "FTP Component not ready", Why ?....

Because you ask the component to do an operation while the previous one is 
still executing in the
background (async operation).

> How do i control this situation ?

Use the OnRequestDone event to "chain" your operations.


--
Contribute to the SSL Effort. Visit
http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be


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

Reply via email to