Uses of Interface
org.apache.commons.net.ftp.Configurable
Package
Description
FTP and FTPS support classes
FTP file listing parser classes
-
Uses of Configurable in org.apache.commons.net.ftp
Modifier and TypeClassDescriptionclass
FTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server.class
Experimental attempt at FTP client that tunnels over an HTTP proxy connection.class
FTP over SSL processing. -
Uses of Configurable in org.apache.commons.net.ftp.parser
Modifier and TypeClassDescriptionclass
This abstract class implements the common timestamp parsing algorithm for all the concrete parsers.class
Default implementation of theFTPTimestampParser
interface also implements theConfigurable
interface to allow the parsing to be configured from the outside.class
Implementation FTPFileEntryParser and FTPFileListParser for pre MacOS-X Systems.class
ImplementsFTPFileEntryParser
andConfigurable
for IBM zOS/MVS Systems.class
ImplementsFTPFileEntryParser
andConfigurable
for Netware Systems.class
ImplementsFTPFileEntryParser
andConfigurable
for NT Systems.class
Implements ofFTPFileEntryParser
andConfigurable
for OS/2 Systems.class
Example *FILE/*MEM FTP entries, when the current working directory is a file of file system QSYS: ------------------------------------------------ $ cwd /qsys.lib/rpgunit.lib/rpgunitc1.file 250-NAMEFMT set to 1.class
Implementation FTPFileEntryParser and FTPFileListParser for standard UNIX Systems.class
Implementation FTPFileEntryParser and FTPFileListParser for VMS Systems.class
Special implementation VMSFTPEntryParser with versioning turned on.