Uses of Interface
org.apache.commons.net.ftp.FTPFileListParser

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

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

Classes in org.apache.commons.net.ftp that implement FTPFileListParser
 class DefaultFTPFileListParser
          DefaultFTPFileListParser is the default implementation of FTPFileListParser used by FTPClient to parse file listings.
 

Methods in org.apache.commons.net.ftp with parameters of type FTPFileListParser
 FTPFile[] FTPClient.listFiles(FTPFileListParser parser, java.lang.String pathname)
          Using a programmer specified FTPFileListParser , obtain a list of file information for a directory or information for just a single file.
 FTPFile[] FTPClient.listFiles(FTPFileListParser parser)
          Using a programmer specified FTPFileListParser , obtain a list of file information for the current working directory.
 



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