FtpEvent
Describes an FTP event. This class is used by the FtpEventListener.
| Methods |
| String |
getCommand()
Get the FTP command.
|
| String |
getCommand()
Get the FTP command. Example: RETR
Returns:
the command
|
| FtpControl |
getControl()
Get the FTP control object.
|
| FtpControl |
getControl()
Get the FTP control object.
Returns:
the control object
|
| String |
getParam()
Get the parameter of the FTP command (if any).
|
| String |
getParam()
Get the parameter of the FTP command (if any).
Returns:
the parameter
|