Uses of Interface
org.apache.commons.net.ftp.Configurable
-
Packages that use Configurable Package Description org.apache.commons.net.ftp FTP and FTPS support classesorg.apache.commons.net.ftp.parser FTP file listing parser classes -
-
Uses of Configurable in org.apache.commons.net.ftp
Classes in org.apache.commons.net.ftp that implement Configurable Modifier and Type Class Description classFTPClientFTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server.classFTPHTTPClientExperimental attempt at FTP client that tunnels over an HTTP proxy connection.classFTPSClientFTP over SSL processing. -
Uses of Configurable in org.apache.commons.net.ftp.parser
Classes in org.apache.commons.net.ftp.parser that implement Configurable Modifier and Type Class Description classConfigurableFTPFileEntryParserImplThis abstract class implements the common timestamp parsing algorithm for all the concrete parsers.classFTPTimestampParserImplDefault implementation of theFTPTimestampParserinterface also implements theConfigurableinterface to allow the parsing to be configured from the outside.classMacOsPeterFTPEntryParserImplementation FTPFileEntryParser and FTPFileListParser for pre MacOS-X Systems.classMVSFTPEntryParserImplementsFTPFileEntryParserandConfigurablefor IBM zOS/MVS Systems.classNetwareFTPEntryParserImplementsFTPFileEntryParserandConfigurablefor Netware Systems.classNTFTPEntryParserImplementsFTPFileEntryParserandConfigurablefor NT Systems.classOS2FTPEntryParserImplementsFTPFileEntryParserandConfigurablefor OS/2 Systems.classOS400FTPEntryParserOS400 (IBM i) FTP entry parser.classUnixFTPEntryParserImplementation FTPFileEntryParser and FTPFileListParser for standard Unix Systems.classVMSFTPEntryParserImplementation FTPFileEntryParser and FTPFileListParser for VMS Systems.classVMSVersioningFTPEntryParserSpecial implementation VMSFTPEntryParser with versioning turned on.
-