Package com.enterprisedt.net.ftp
package com.enterprisedt.net.ftp
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features. SecureFileTransferClient
(edtFTPj/PRO only)
adds support for secure file transfer via the SFTP and FTPS protocols, as well as advanced FTP features
such as connection pooling. AsyncFileTransferClient adds
asynchronous methods, so that FTP operations can be performed in the background.
Related Documentation
-
ClassDescriptionRepresents an input stream of bytes coming from an FTP server, permitting the user to download a file by reading the stream.Holds advanced configuration options not likely to be used for basic FTP operations.Holds advanced configuration options that are independent of protocol (relevant for any file transfer protocol, not just FTP).Advanced settings specifically for the SFTP (FTP over SSH) protocol.Settings specifically for the FTPS (FTP over SSL) protocol.FTP client class supporting multiple protocols that permits asynchronous FTP operations.Helps throttle bandwidth for transfersIOException that appears on the control channelCallback that users can implement to intercept the reply from PASV and substitute a different IP address or port number to connect to.Throw this in parsers for date parsing exceptionsContains fragments of server replies that indicate no files were found in a supplied directory.Argument object used to provide directory listing informationDescription Callback for directory listingsAn adapter class that implements dummy methods of the EventListener interface.Logs events in an internal buffer.Listens for interesting file transfer events.Contains fragments of server replies that indicate no files were found in a supplied directory.Statistics on transfers and deletes.Easy to use FTP client that is thread safe and provides true FTP streams.Easy to use FTP client interfaceSuper class of all input streams supportedSuper class of all output streams supportedAttempts to classify files as ASCII or binary via their filename extension.Supports client-side FTP.Factory class that permits creating a variety of different FTP clients based on the file transfer protocol required.Defines operations in common with a number of FTP implementations.Thrown when an FTP transfer has been closed by the serverEnumerates the connect modes that are possible, active invalid input: '&' PASVSupports client-side FTP operationsFTP specific exceptionsRepresents a remote file (implementation)Factory for creating FTPFile objectsRoot class of all file parsersRepresents an input stream of bytes coming from an FTP server, permitting the user to download a file by reading the stream.Listens for and is notified of FTP commands and replies.Listens for and is notified of FTP commands and replies.Represents an output stream that writes to an FTP server, permitting the user to upload a file by writing to the stream.Allows the reporting of progress of the transfer of dataEnhances FTPProgressMonitor to add notifications for start and completion of the transfer.Encapsulates the FTP server replyThrown when an FTP transfer has been cancelledEnumerates the transfer types possible.Performs FXP transfers between two FTP servers.Holds details of an IP endpoint, i.e.A malformed reply was received from the serverParses the string returned from the MLSD or MLST command (defined in the "Extensions to FTP" IETF draft).Holds configuration options related to making multiple transfers.MVS Folder Listing Parser The purpose of this parser is to be able handle responses from an MVS z/OS mainframe FTP server.Represents a remote Netware file parserRepresents an OS400 file parserEnumerates the FTP protocols that are availableHolds parameters required to set up HTTP or SOCKS proxiesPerforms various recursive FTP operations.File transfer client class that supports multiple protocols and permits concurrent FTP operations.Manages strings that match various FTP server replies for various situations.Contains fragments of server replies that indicate no files were found in a supplied directory.Encapsulates the possible transfer directionsDeprecated.Represents a remote Unix file parserAggregates the version informationRepresents a remote OpenVMS file parser.FileFilter that uses wildcards for matching file-names.Represents a remote Windows file parserEnumerates the write modes that are possible when transferring files.
invalid reference