edtFTPj/Free - Open-source FTP library for Java | Download


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 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.
 



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