Uses of Class
org.apache.commons.net.ftp.FTPFileList

Packages that use FTPFileList
org.apache.commons.net.ftp   
 

Uses of FTPFileList in org.apache.commons.net.ftp
 

Methods in org.apache.commons.net.ftp that return FTPFileList
static FTPFileList FTPFileList.create(InputStream stream, FTPFileEntryParser parser)
          Deprecated. The only way to create an FTPFileList object.
 FTPFileList FTPClient.createFileList(FTPFileEntryParser parser)
          Deprecated. - use initiateListParsing(FTPFileEntryParser) method instead.
 FTPFileList FTPClient.createFileList(String pathname, FTPFileEntryParser parser)
          Deprecated. - use initiateListParsing(String, FTPFileEntryParser) method instead.
 

Constructors in org.apache.commons.net.ftp with parameters of type FTPFileList
FTPFileIterator(FTPFileList rawlist)
          Deprecated. "Package-private" constructor.
FTPFileIterator(FTPFileList rawlist, FTPFileEntryParser parser)
          Deprecated. "Package-private" constructor.