Re: [twsocket] FTPClient not ready

2005-11-22 Thread Francois PIETTE
PM Subject: [twsocket] FTPClient not ready > hi All, > In my application i have 3 TTimer compents that on interval > time send ftp command > with TFtpClient components. I control this > procedure on OnRequest event but the component say "FTPclient not > ready"; > how ma

[twsocket] FTPClient not ready

2005-11-22 Thread [EMAIL PROTECTED]
hi All, In my application i have 3 TTimer compents that on interval time send ftp command with TFtpClient components. I control this procedure on OnRequest event but the component say "FTPclient not ready"; how make to control this event, why ? Thank in advanced. Marco. Italy -- To unsubscribe

Re: [twsocket] FTPClient not ready

2005-07-20 Thread Francois Piette
> 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 stil

[twsocket] FTPClient not ready

2005-07-20 Thread bimbospank
Hi All, 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 ? How do i control this situation ? Thanks a lot in advanced for answer. Spank-Ita