Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • DEFAULT : This return value indicates that the next ftplet method will be called. If no other ftplet is available, the FtpServer will process the request.
  • NO_FTPLET : This return value indicates that the other ftplet methods will not be called but the FtpServer will continue processing this request.
  • SKIP : It indicates that the server will skip everything. No further processing will be done for this request (besides called afterCommand is SKIP is returned before the command invocation), with one exception, the afterCommand on the Ftplet will be called.
  • DISCONNECT : It indicates that the server will skip and disconnect the client. No other request from the same client will be served.

...