FTPFileEntryParser defines the interface for parsing a single FTP file listing and converting that information into an
FTPFile instance. Sometimes you will want to parse unusual listing formats, in which case you would create your own implementation of FTPFileEntryParser and if necessary, subclass FTPFile.
@author
Steve Cohen
@version $Id: FTPFileEntryParser.java,v 1.4 2003/03/06 12:38:42 scohen Exp $
@see org.apache.commons.net.ftp.FTPFile
@see org.apache.commons.net.ftp.FTPClient#createFileList