Mike McGreek wrote: > Arno, I think that will be the easiest way. I'll try it. I readed the > whole code and understand it.
That's great, then you have probably realized that in comparison with Indy ICS requires a totaly different programming stile, since virtually anything is event-driven. Given you want best performance one should use the async/none-blocking methods, however in TFtpCli each method has also a blocking (sync) counterpart that allows you to code more like the Indy way (slow). Arno Garrels -- 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
