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
 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.
static FTPFileList FTPFileList.create(InputStream stream, FTPFileEntryParser parser)
          Deprecated. The only way to create an FTPFileList object.
 



Copyright © 1997-2004 The Apache Software Foundation. All Rights Reserved.