Home » edtftpj » com.enterprisedt.net » ftp »

com.enterprisedt.net.ftp

Sub Packages:

com.enterprisedt.net.ftp.internal    

Interfaces:

EventListener   Listens for interesting file transfer events.  code | html
FTPClientInterface   Defines operations in common with a number of FTP implementations.  code | html
FTPFileParser.Splitter     code | html
FTPMessageListener   Listens for and is notified of FTP commands and replies.  code | html
FTPProgressMonitor   Allows the reporting of progress of the transfer of data  code | html
FTPProgressMonitorEx   Enhances FTPProgressMonitor to add notifications for start and completion of the transfer.  code | html
FileTransferClientInterface   Easy to use FTP client interface  code | html

Abstract Classes:

FTPFileParser   Root class of all file parsers  code | html
FileTransferInputStream   Super class of all input streams supported  code | html
FileTransferOutputStream   Super class of all output streams supported  code | html

Classes:

AdvancedFTPSettings   Holds advanced configuration options not likely to be used for basic FTP operations.  code | html
AdvancedGeneralSettings   Holds advanced configuration options that are independent of protocol (relevant for any file transfer protocol, not just FTP).  code | html
DirectoryEmptyStrings   Contains fragments of server replies that indicate no files were found in a supplied directory.  code | html
EventAdapter   An adapter class that implements dummy methods of the EventListener interface.  code | html
FTPClient   Supports client-side FTP.  code | html
FTPConnectMode   Enumerates the connect modes that are possible, active & PASV  code | html
FTPConnectionClosedException   Thrown when an FTP transfer has been closed by the server  code | html
FTPControlSocket   Supports client-side FTP operations  code | html
FTPDataSocket   Supports client-side FTP DataSocket in Passive and Active Mode.  code | html
FTPException   FTP specific exceptions  code | html
FTPFile   Represents a remote file (implementation)  code | html
FTPFileFactory   Factory for creating FTPFile objects  code | html
FTPFileParser.CharSplitter     code | html
FTPFileParser.WhitespaceSplitter     code | html
FTPInputStream   Represents an input stream of bytes coming from an FTP server, permitting the user to download a file by reading the stream.  code | html
FTPMessageCollector   Listens for and is notified of FTP commands and replies.  code | html
FTPOutputStream   Represents an output stream that writes to an FTP server, permitting the user to upload a file by writing to the stream.  code | html
FTPReply   Encapsulates the FTP server reply  code | html
FTPTransferCancelledException   Thrown when an FTP transfer has been cancelled  code | html
FTPTransferType   Enumerates the transfer types possible.  code | html
FileNotFoundStrings   Contains fragments of server replies that indicate no files were found in a supplied directory.  code | html
FileStatistics   Statistics on transfers and deletes.  code | html
FileTransferClient   Easy to use FTP client that is thread safe and provides true FTP streams.  code | html
FileTypes   Attempts to classify files as ASCII or binary via their filename extension.  code | html
MLSXEntryParser   Parses the string returned from the MLSD or MLST command (defined in the "Extensions to FTP" IETF draft).  code | html
ServerStrings   Manages strings that match various FTP server replies for various situations.  code | html
TransferCompleteStrings   Contains fragments of server replies that indicate no files were found in a supplied directory.  code | html
TransferDirection   Encapsulates the possible transfer directions  code | html
UnixFileParser   Represents a remote Unix file parser  code | html
VMSFileParser   Represents a remote OpenVMS file parser.  code | html
VersionDetails   Aggregates the version information  code | html
WindowsFileParser   Represents a remote Windows file parser  code | html
WriteMode   Enumerates the write modes that are possible when transferring files.  code | html