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

Packages that use FTPFileParser
com.enterprisedt.net.ftp Contains classes that add support for secure file transfers via the SFTP and FTPS protocols, as well as advanced FTP features such as connection pooling and asynchronous methods. 
com.enterprisedt.net.ftp.parser   
 

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 MVSFileParser
          MVS Folder Listing Parser The purpose of this parser is to be able handle responses from an MVS z/OS mainframe FTP server.
 class NetwareFileParser
          Represents a remote Netware file parser
 class OS400FileParser
          Represents an OS400 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.
 

Uses of FTPFileParser in com.enterprisedt.net.ftp.parser
 

Subclasses of FTPFileParser in com.enterprisedt.net.ftp.parser
 class InfoExchangeFileParser
          Parser for Information Exchange FTP Gateway
 



Copyright © 2001-2011 Enterprise Distributed Technologies Ltd. All Rights Reserved.