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