FTPFileListParser defines the interface for parsing FTP file listings
and converting that information into an array of
FTPFile instances.
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.