Re: [twsocket] Question >> How can I setup checkboxes to see theFTP-Status

2005-04-16 Thread Mike McGreek
You understand me wrong. I do the connect-call then the other calls. I want to know what I need minimal to get the Error-Messages and the normal messages from the server. Here a example: I connect to the server. The server send me 421 back. If it is 421 my program should wait 2 min for exampl

Re: [twsocket] Question >> How can I setup checkboxes to see theFTP-Status

2005-04-16 Thread Mike McGreek
Win32, Yes. I had a look into Your FTPTST example. So I need only the status-function. How do You display Your messages? I can't show the messages in my program. In FTPTST is a display-function. procedure Display(const Msg: String); procedure DisplayHandler(Sender: TObject; var Msg :

Re: [twsocket] Question >> How can I setup checkboxes to see theFTP-Status

2005-04-16 Thread Francois PIETTE
> I'm coding with Delphi 2005. Win32 personnality ? > Till now I don't see the ftp-status. I like to have 3 > checkboxes for each status (Online, 421, Offline). > If one status is true the checkbox for the status > should be checked. > I know that FTPCLI has a status-Option with a log. > How can