Package toolbox.ftp

Package class diagram package toolbox.ftp
Provides classes and interfaces to interact with FTP servers using the Apache Commons Net package.

See:
          Description

Interface Summary
FTPGetClient Interface that defines a generic FTP client to retrieve files from a remote server.
FTPGetListener A simple interface that can be implemented to receive notifications of FTPGetEvent instances.
FTPManager Defines an interface for developing a FTP manager.
FTPPutClient Interface that defines a generic FTP client to store files on a remote server.
 

Class Summary
FTPGetClientCommonsImpl Implementation of the FTPGetClient interface that employs the Apache Commons Net FTP package.
FTPGetEvent A simple bean that defines a FTP event.
FTPManagerCommonsImpl This implementation of the FTPManager interface employs the Apache Commons Net FTP package.
FTPPutClientCommonsImpl Implementation of the FTPPutClient interface that employs the Apache Commons Net FTP package.
 

Exception Summary
FTPException Indicates exceptions while performing FTP operations.
 

Package toolbox.ftp Description

Provides classes and interfaces to interact with FTP servers using the Apache Commons Net package.