| |
|
| java.lang.Object com.enterprisedt.net.ftp.FTPMessageCollector
FTPMessageCollector | public class FTPMessageCollector implements FTPMessageListener(Code) | | Listens for and is notified of FTP commands and replies.
author: Bruce Blackshaw version: $Revision: 1.2 $ |
clearLog | public void clearLog()(Code) | | Clear the log of all messages
|
getLog | public String getLog()(Code) | | Get the log of messages
message log as a string |
logCommand | public void logCommand(String cmd)(Code) | | Log an FTP command being sent to the server
Parameters: cmd - command string |
logReply | public void logReply(String reply)(Code) | | Log an FTP reply being sent back to the client
Parameters: reply - reply string |
|
|
|