FtpEventListener

Event listener for the FTP Server.

Methods
void afterCommand(FtpEvent event)
Called after the command has been processed.
void afterCommand(FtpEvent event)
Called after the command has been processed.
Parameters:
event - the event
void beforeCommand(FtpEvent event)
Called before the given command is processed.
void beforeCommand(FtpEvent event)
Called before the given command is processed.
Parameters:
event - the event
void onUnsupportedCommand(FtpEvent event)
Called when an unsupported command is processed.
void onUnsupportedCommand(FtpEvent event)
Called when an unsupported command is processed. This method is called after beforeCommand.
Parameters:
event - the event