Uses of Package
org.apache.commons.net.ftp

Packages that use org.apache.commons.net.ftp
Package
Description
FTP and FTPS support classes
FTP file listing parser classes
  • Class
    Description
    This interface adds the aspect of configurability by means of a supplied FTPClientConfig object to other classes in the system, especially listing parsers.
    FTP provides the basic the functionality necessary to implement your own FTP client.
    FTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server.
    Strategy interface for updating host names received from FTP server for passive NAT workaround.
    This class implements an alternate means of configuring the FTPClient object and also subordinate objects which it uses.
     
    The FTPFile class is used to represent information about files stored on an FTP server.
    FTPFileEntryParser defines the interface for parsing a single FTP file listing and converting that information into an FTPFile instance.
    Performs filtering on FTPFile instances.
    This class handles the entire process of parsing a listing of file entries from the server.
  • Class
    Description
    This interface adds the aspect of configurability by means of a supplied FTPClientConfig object to other classes in the system, especially listing parsers.
    This class implements an alternate means of configuring the FTPClient object and also subordinate objects which it uses.
    The FTPFile class is used to represent information about files stored on an FTP server.
    FTPFileEntryParser defines the interface for parsing a single FTP file listing and converting that information into an FTPFile instance.
    This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.