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
> program should wait 2 min for example. So I must log the message 421 in a
> edit or memo to phrase it.

Probably FtpCli.StatusCode is what you are looking for?

Arno Garrels
  
> 
> So I think I should do this so:
> 
> memo1.lines.add(timetostr(time)+msg);
> 
> msg will be the message form FTPCLI.
> 
> ... or I'm on the wrong way?
> 
> 
> Send instant messages to your online friends http://uk.messenger.yahoo.com

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