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)
          Using a programmer specified FTPFileEntryParser , initialize an object containing a raw file information for the current working directory.
 FTPFileList FTPClient.createFileList(java.lang.String pathname, FTPFileEntryParser parser)
          Using a programmer specified FTPFileEntryParser , initialize an object containing a raw file information for a directory or information for a single file.
static FTPFileList FTPFileList.create(java.io.InputStream stream, FTPFileEntryParser parser)
          The only way to create an FTPFileList object.
 



Copyright © 1997-2003 Apache Software Foundation. All Rights Reserved.