public interface FTPCommunicationListener
Modifier and Type | Method and Description |
---|---|
void |
received(java.lang.String statement)
Called every time a telnet statement is received by the client.
|
void |
sent(java.lang.String statement)
Called every time a telnet statement has been sent over the network to
the remote FTP server.
|
void sent(java.lang.String statement)
statement
- The statement that has been sent.void received(java.lang.String statement)
statement
- The received statement.