Versions Compared

Key

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

...

There will be one instance of Ftplet object. Notification methods will be called from different connections running in different threads. So Ftplet implementation has to be thread-safe. Each connection will have its own request (FtpRequest) and session (FtpRequestFtpSession) objects.

Main Classes

FtpletResult

...