FileDocCategorySizeDatePackage
DefaultFTPFileListParser.javaAPI DocApache Commons NET 1.4.1 API1653Sat Dec 03 10:05:48 GMT 2005org.apache.commons.net.ftp

DefaultFTPFileListParser

public final class DefaultFTPFileListParser extends org.apache.commons.net.ftp.parser.UnixFTPEntryParser
DefaultFTPFileListParser is the default implementation of {@link org.apache.commons.net.ftp.FTPFileListParser} used by {@link org.apache.commons.net.ftp.FTPClient} to parse file listings. Sometimes you will want to parse unusual listing formats, in which case you would create your own implementation of FTPFileListParser and if necessary, subclass FTPFile.

As of version 1.2, this class merely extends UnixFTPEntryParser. It will be removed in version 2.0.

author
Daniel F. Savarese
see
FTPFileListParser
see
FTPFile
see
FTPClient#listFiles
see
org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
deprecated
This class is deprecated as of version 1.2 and will be removed in version 2.0 -- use the autodetect mechanism in DefaultFTPFileEntryParserFactory instead.

Fields Summary
Constructors Summary
Methods Summary