FTPClient2.java This class is derived by design from Daniel Savarese's FTPClient. It is designed to have all the same functionality, but add support for a new alternative design for File List Parsing. There is no reason why this could not have been included in FTPClient, but it is a fairly sizable chunk of code and given that the community process for this project is still a work in progress I thought it would be better to keep a fairly clear line between the old and the new; it's less confusing that way.
@author
Steve Cohen
@version $Id: FTPClient2.java,v 1.9 2004/06/29 04:54:29 dfs Exp $