Uses of Package
org.apache.commons.net.ftp
-
Packages that use org.apache.commons.net.ftp Package Description org.apache.commons.net.ftp org.apache.commons.net.ftp.parser -
Classes in org.apache.commons.net.ftp used by org.apache.commons.net.ftp Class Description Configurable This interface adds the aspect of configurability by means of a supplied FTPClientConfig object to other classes in the system, especially listing parsers.FTP FTP provides the basic the functionality necessary to implement your own FTP client.FTPClientConfig This class implements an alternate means of configuring theFTPClient
object and also subordinate objects which it uses.FTPFile The FTPFile class is used to represent information about files stored on an FTP server.FTPFileEntryParser FTPFileEntryParser defines the interface for parsing a single FTP file listing and converting that information into anFTPFile
instance.FTPFileEntryParserImpl This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.FTPFileIterator Deprecated.This class is deprecated as of version 1.2 and will be removed in version 2.0 - use FTPFileParseEngine insteadFTPFileList Deprecated.This class is deprecated as of version 1.2 and will be removed in version 2.0 -- use FTPFileParseEngine instead.FTPFileListParser Deprecated.This interface is deprecated as of version 1.2 and will be removed in version 2.0 -- use FTPFileEntryParser instead.FTPListParseEngine This class handles the entire process of parsing a listing of file entries from the server. -
Classes in org.apache.commons.net.ftp used by org.apache.commons.net.ftp.parser Class Description Configurable This interface adds the aspect of configurability by means of a supplied FTPClientConfig object to other classes in the system, especially listing parsers.FTPClientConfig This class implements an alternate means of configuring theFTPClient
object and also subordinate objects which it uses.FTPFile The FTPFile class is used to represent information about files stored on an FTP server.FTPFileEntryParser FTPFileEntryParser defines the interface for parsing a single FTP file listing and converting that information into anFTPFile
instance.FTPFileEntryParserImpl This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.FTPFileListParser Deprecated.This interface is deprecated as of version 1.2 and will be removed in version 2.0 -- use FTPFileEntryParser instead.