Uses of Package
org.apache.commons.net.ftp
Package
Description
FTP and FTPS support classes
FTP file listing parser classes
-
ClassDescriptionThis 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 anFTPFile
instance.Performs filtering onFTPFile
instances.This class handles the entire process of parsing a listing of file entries from the server. -
ClassDescriptionThis 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 anFTPFile
instance.This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.