public interface FTPMessageListener
| Modifier and Type | Method and Description |
|---|---|
void |
logCommand(java.lang.String cmd)
Log an FTP command being sent to the server
|
void |
logReply(java.lang.String reply)
Log an FTP reply being sent back to the client
|