Package | Description |
---|---|
com.enterprisedt.net.ftp |
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features. |
com.enterprisedt.net.ftp.async |
This package contains the classes used for asynchronous programming - primarily the XXXResult classes,
which are returned from asynchronous methods and used to provide details about the operation,
such as what file is being transferred.
|
com.enterprisedt.net.ftp.parser | |
com.enterprisedt.net.ftp.pro |
Contains classes for enhanced FTP client functionality.
|
com.enterprisedt.net.ftp.script |
Contains classes for FTP scripting.
|
com.enterprisedt.net.ftp.ssh |
Contains classes for SFTP (FTP via SSH) client functionality.
|
com.enterprisedt.net.ftp.ssl |
Contains classes for FTPS (FTP over SSL) client functionality.
|
Class and Description |
---|
AdvancedFTPSettings
Holds advanced configuration options not likely to be used for
basic FTP operations.
|
AdvancedGeneralSettings
Holds advanced configuration options that are independent of protocol (relevant
for any file transfer protocol, not just FTP).
|
AdvancedSSHSettings
Advanced settings specifically for the SFTP (FTP over SSH) protocol.
|
AdvancedSSLSettings
Settings specifically for the FTPS (FTP over SSL) protocol.
|
BandwidthThrottler
Helps throttle bandwidth for transfers
|
DataChannelCallback
Callback that users can implement to intercept the
reply from PASV and substitute a different IP address
or port number to connect to.
|
DateParseException
Throw this in parsers for date parsing exceptions
|
DirectoryEmptyStrings
Contains fragments of server replies that indicate no files were
found in a supplied directory.
|
DirectoryListArgument
Argument object used to provide directory listing information
|
DirectoryListCallback
Description Callback for directory listings
|
EventListener
Listens for interesting file transfer events.
|
FileNotFoundStrings
Contains fragments of server replies that indicate no files were
found in a supplied directory.
|
FileStatistics
Statistics on transfers and deletes.
|
FileTransferClientInterface
Easy to use FTP client interface
|
FileTransferInputStream
Super class of all input streams supported
|
FileTransferOutputStream
Super class of all output streams supported
|
FileTypes
Attempts to classify files as ASCII or binary via their filename
extension.
|
FTPClient
Supports client-side FTP.
|
FTPClientInterface
Defines operations in common with a number of FTP implementations.
|
FTPConnectMode
Enumerates the connect modes that are possible,
active & PASV
|
FTPControlSocket
Supports client-side FTP operations
|
FTPException
FTP specific exceptions
|
FTPFile
Represents a remote file (implementation)
|
FTPFileFactory
Factory for creating FTPFile objects
|
FTPFileParser
Root class of all file parsers
|
FTPMessageListener
Listens for and is notified of FTP commands and replies.
|
FTPProgressMonitor
Allows the reporting of progress of the
transfer of data
|
FTPProgressMonitorEx
Enhances FTPProgressMonitor to add notifications for start and
completion of the transfer.
|
FTPReply
Encapsulates the FTP server reply
|
FTPTransferType
Enumerates the transfer types possible.
|
IPEndpoint
Holds details of an IP endpoint, i.e.
|
MultipleTransferSettings
Holds configuration options related to making multiple transfers.
|
Protocol
Enumerates the FTP protocols that are available
|
SecureFileTransferClient
File transfer client class that supports multiple protocols and permits concurrent
FTP operations.
|
ServerStrings
Manages strings that match various FTP server replies for
various situations.
|
TransferCompleteStrings
Contains fragments of server replies that indicate no files were
found in a supplied directory.
|
TransferDirection
Encapsulates the possible transfer directions
|
VMSFileParser
Represents a remote OpenVMS file parser.
|
WriteMode
Enumerates the write modes that are possible when
transferring files.
|
Class and Description |
---|
AsyncFileTransferClient
FTP client class supporting multiple protocols that permits asynchronous FTP operations.
|
FileTransferInputStream
Super class of all input streams supported
|
FileTransferOutputStream
Super class of all output streams supported
|
FTPException
FTP specific exceptions
|
FTPFile
Represents a remote file (implementation)
|
WriteMode
Enumerates the write modes that are possible when
transferring files.
|
Class and Description |
---|
FTPFile
Represents a remote file (implementation)
|
FTPFileParser
Root class of all file parsers
|
Class and Description |
---|
FTPClient
Supports client-side FTP.
|
FTPClientInterface
Defines operations in common with a number of FTP implementations.
|
FTPControlSocket
Supports client-side FTP operations
|
FTPException
FTP specific exceptions
|
FTPProgressMonitorEx
Enhances FTPProgressMonitor to add notifications for start and
completion of the transfer.
|
FTPTransferType
Enumerates the transfer types possible.
|
Class and Description |
---|
FTPConnectMode
Enumerates the connect modes that are possible,
active & PASV
|
FTPException
FTP specific exceptions
|
FTPMessageListener
Listens for and is notified of FTP commands and replies.
|
FTPReply
Encapsulates the FTP server reply
|
Protocol
Enumerates the FTP protocols that are available
|
Class and Description |
---|
DirectoryListCallback
Description Callback for directory listings
|
FileTransferInputStream
Super class of all input streams supported
|
FileTransferOutputStream
Super class of all output streams supported
|
FTPClientInterface
Defines operations in common with a number of FTP implementations.
|
FTPException
FTP specific exceptions
|
FTPFile
Represents a remote file (implementation)
|
FTPProgressMonitor
Allows the reporting of progress of the
transfer of data
|
FTPProgressMonitorEx
Enhances FTPProgressMonitor to add notifications for start and
completion of the transfer.
|
FTPTransferType
Enumerates the transfer types possible.
|
ProxyParameters
Holds parameters required to set up HTTP or SOCKS proxies
|
Class and Description |
---|
FTPClient
Supports client-side FTP.
|
FTPClientInterface
Defines operations in common with a number of FTP implementations.
|
FTPControlSocket
Supports client-side FTP operations
|
FTPException
FTP specific exceptions
|
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.