Uses of Class
com.enterprisedt.net.ftp.FTPFileParser

Packages that use FTPFileParser
com.enterprisedt.net.ftp FileTransferClient is the key class for edtFTPj/Free and provides basic FTP features. 
 

Uses of FTPFileParser in com.enterprisedt.net.ftp
 

Subclasses of FTPFileParser in com.enterprisedt.net.ftp
 class MLSXEntryParser
          Parses the string returned from the MLSD or MLST command (defined in the "Extensions to FTP" IETF draft).
 class NetwareFileParser
          Represents a remote Netware file parser
 class UnixFileParser
          Represents a remote Unix file parser
 class VMSFileParser
          Represents a remote OpenVMS file parser.
 class WindowsFileParser
          Represents a remote Windows file parser
 

Methods in com.enterprisedt.net.ftp with parameters of type FTPFileParser
 void FTPFileFactory.addParser(FTPFileParser parser)
          Rather than forcing a parser (as in the constructor that accepts a parser), this adds a parser to the list of those used.
 

Constructors in com.enterprisedt.net.ftp with parameters of type FTPFileParser
FTPFileFactory(FTPFileParser parser)
          Constructor.
 



Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.