FTPFileEntryParser defines the interface for parsing a single FTP file listing and converting that information into an {@link org.apache.commons.net.ftp.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.10 2004/06/29 04:54:29 dfs Exp $
@see org.apache.commons.net.ftp.FTPFile
@see FTPClient2#listFiles