FTPFileIterator.java This class implements a bidirectional iterator over an FTPFileList. Elements may be retrieved one at at time using the hasNext() - next() syntax familiar from Java 2 collections. Alternatively, entries may be receieved as an array of any requested number of entries or all of them.
@author
Steve Cohen
@version $Id: FTPFileIterator.java,v 1.9 2004/06/29 04:54:29 dfs Exp $
@see org.apache.commons.net.ftp.ftp2.FTPFileList