Hi,
I'm need to EDT's ftp client package. I'm trying to write an applet and would like to use a TextField object to print out messages from the Logger object. I've tried using calling FTPMessageCollector.getLog() method after some of the FtpClient object method calls such as setRemoteHost(), connect(), and it only returned the string "220-n1."
I would like to know if there's any other ways I can capture messages from the Logger object.
Thanks.