Uses of Interface
org.apache.commons.net.ftp.FTPFileEntryParser
Package
Description
FTP and FTPS support classes
FTP file listing parser classes
-
Uses of FTPFileEntryParser in org.apache.commons.net.ftp
Modifier and TypeClassDescriptionclass
This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality. -
Uses of FTPFileEntryParser in org.apache.commons.net.ftp.parser
Modifier and TypeClassDescriptionclass
This implementation allows to pack some FileEntryParsers together and handle the case where the returned dir style isn't clearly defined.class
This abstract class implements the common timestamp parsing algorithm for all the concrete parsers.class
Parser for the Connect Enterprise UNIX FTP Server From Sterling Commerce.class
Implementation FTPFileEntryParser and FTPFileListParser for pre MacOS-X Systems.class
Parser class for MSLT and MLSD replies.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
This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.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.Modifier and TypeMethodDescriptionDefaultFTPFileEntryParserFactory.createFileEntryParser
(String key) This default implementation of the FTPFileEntryParserFactory interface works according to the following logic: First it attempts to interpret the supplied key as a fully qualified class name (default package is not allowed) of a class implementing the FTPFileEntryParser interface.DefaultFTPFileEntryParserFactory.createFileEntryParser
(FTPClientConfig config) Implementation extracts a key from the suppliedFTPClientConfig
parameter and creates an object implementing the interface FTPFileEntryParser and uses the supplied configuration to configure it.FTPFileEntryParserFactory.createFileEntryParser
(String key) Implementation should be a method that decodes the supplied key and creates an object implementing the interface FTPFileEntryParser.FTPFileEntryParserFactory.createFileEntryParser
(FTPClientConfig config) Implementation should be a method that extracts a key from the suppliedFTPClientConfig
parameter and creates an object implementing the interface FTPFileEntryParser and uses the supplied configuration to configure it.DefaultFTPFileEntryParserFactory.createMVSEntryParser()
DefaultFTPFileEntryParserFactory.createNetwareFTPEntryParser()
DefaultFTPFileEntryParserFactory.createNTFTPEntryParser()
DefaultFTPFileEntryParserFactory.createOS2FTPEntryParser()
DefaultFTPFileEntryParserFactory.createOS400FTPEntryParser()
DefaultFTPFileEntryParserFactory.createUnixFTPEntryParser()
DefaultFTPFileEntryParserFactory.createVMSVersioningFTPEntryParser()