org.apache.commons.net.ftp
public final class DefaultFTPFileListParser extends UnixFTPEntryParser
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.
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.
See Also: FTPFileListParser FTPFile FTPClient DefaultFTPFileEntryParserFactory