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 version of this method which takes an encoding should be used.
static FTPFileList FTPFileList.create(InputStream stream, FTPFileEntryParser parser, String encoding)
          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.
 



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