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

2005-04-16 Thread Mike McGreek
Arno, I think that will be the easiest way. I'll try it. I readed the whole code and understand it. It is realy good written. Also the infos about each function. Great work. It is more stabil than Indy10. I'll keep on trying ... Probably FtpCli.StatusCode is what you are looking for? Arno Gar

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

2005-04-16 Thread Arno Garrels
Mike McGreek wrote: > 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 > pr

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

2005-04-16 Thread Arno Garrels
Mike McGreek wrote: > 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 > pr

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

2005-04-16 Thread Francois PIETTE
, 2005 4:37 PM Subject: Re: [twsocket] Question >> How can I setup checkboxes to seetheFTP-Status > > 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

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

2005-04-16 Thread Mike McGreek
I tried try/except. try FTPClient1.connect except showmessage(msg); I never got a errormessage. I think I missed to definie msg. ... any Idea? the other things I'll look into it ... Send instant messages to your online friends http://uk.messenger.yahoo.com -- To unsubscribe or chan

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

2005-04-16 Thread Francois PIETTE
on.OnException -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Mike McGreek" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, April 16, 2005 3:45 PM Subject: Re: [twsocket] Question >> How can I setup checkboxes to see

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

2005-04-16 Thread Arno Garrels
Mike McGreek wrote: > I don't see any error-message. For example the FTP is not connected, > delphi2005 gives me the error-message with the option to break or > continue. i think i miss something. > So what do I need minimal to get the error-messages? First you are talking about an exception an