Package com.enterprisedt.net.ftp

Contains classes for FTP client functionality.

See:
          Description

Interface Summary
FTPDataSocket Interface for data socket classes, whether active or passive
FTPProgressMonitor Allows the reporting of progress of the transfer of data
 

Class Summary
FTPActiveDataSocket Active data socket handling class
FTPClient Supports client-side FTP.
FTPConnectMode Enumerates the connect modes that are possible, active & PASV
FTPControlSocket Supports client-side FTP operations
FTPFile Represents a remote file (implementation)
FTPFileFactory Factory for creating FTPFile objects
FTPFileParser Root class of all file parsers
FTPPassiveDataSocket Passive data socket handling class
FTPReply Encapsulates the FTP server reply
FTPTransferType Enumerates the transfer types possible.
UnixFileParser Represents a remote Unix file parser
WindowsFileParser Represents a remote Windows file parser
 

Exception Summary
FTPException FTP specific exceptions
 

Package com.enterprisedt.net.ftp Description

Contains classes for FTP client functionality. The main class is FTPClient. The classes FTPConnectMode and FTPTransferType are enumerations. FTPReply contains information returned by an FTP server during an FTP operation. The classes FTPControlSocket and FTPDataSocket are used from within FTPClient for managing FTP communications and should generally not be used by developers.

Related Documentation



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