See: Description
Interface | Description |
---|---|
FtpClientActivityListener |
Listener that captures the activity of the FTP Client such as connecting, login, upload and download etc.
|
RemoteFileOperations<T> |
Remote file operations based on some backing framework
|
SftpOperations.ExtendedUserInfo |
Extended user info which supports interactive keyboard mode, by entering
the password.
|
SftpRemoteFile<T> |
A remote file when using SFTP.
|
Class | Description |
---|---|
DefaultFtpClientActivityListener | |
FtpComponent |
FTP Component
|
FtpComponentConfigurer |
Source code generated by org.apache.camel:apt
|
FtpConfiguration |
FTP configuration
|
FtpConstants |
Constants
|
FtpConsumer |
FTP consumer
|
FtpDefaultMoveExistingFileStrategy | |
FtpEndpoint<T extends org.apache.commons.net.ftp.FTPFile> |
The ftp component is used for uploading or downloading files from FTP servers.
|
FtpEndpointConfigurer |
Source code generated by org.apache.camel:apt
|
FtpOperations |
FTP remote file operations
|
FtpsComponent |
FTP Secure (FTP over SSL/TLS) Component.
|
FtpsComponentConfigurer |
Source code generated by org.apache.camel:apt
|
FtpsConfiguration |
FTP Secure (FTP over SSL/TLS) configuration
|
FtpSendDynamicAware | |
FtpsEndpoint |
The ftps (FTP secure SSL/TLS) component is used for uploading or downloading files from FTP servers.
|
FtpsEndpointConfigurer |
Source code generated by org.apache.camel:apt
|
FtpsOperations |
FTP Secure (FTP over SSL/TLS) operations
|
FtpsSendDynamicAware | |
FtpUtils |
Various FTP utils.
|
OsgiParserFactory |
OsgiParserFactory
commons-net DefaultFTPFileEntryParserFactory uses Class.forName, and fails
to load custom ParserFactories in OSGI.
|
RemoteFile<T> |
Represents a remote file of some sort of backing object
|
RemoteFileComponent<T> |
Base class for remote file components.
|
RemoteFileConfiguration |
Configuration of the FTP server
|
RemoteFileConsumer<T> |
Base class for remote file consumers.
|
RemoteFileEndpoint<T> |
Remote file endpoint.
|
RemoteFilePollingConsumerPollStrategy |
Remote file consumer polling strategy that attempts to help recovering from lost connections.
|
RemoteFileProducer<T> |
Generic remote file producer for all the FTP variations.
|
SftpComponent |
Secure FTP Component
|
SftpComponentConfigurer |
Source code generated by org.apache.camel:apt
|
SftpConfiguration |
Secure FTP configuration
|
SftpConsumer |
Secure FTP consumer
|
SftpDefaultMoveExistingFileStrategy | |
SftpEndpoint |
The sftp (FTP over SSH) component is used for uploading or downloading files from SFTP servers.
|
SftpEndpointConfigurer |
Source code generated by org.apache.camel:apt
|
SftpOperations |
SFTP remote file operations
The JSCH session and channel are not thread-safe so we need to synchronize
access to using this operation.
|
SftpRemoteFileJCraft | |
SftpRemoteFileSingle | |
SftpSendDynamicAware |
Enum | Description |
---|---|
RemoteFileConfiguration.PathSeparator |
Path separator as either unix or windows style.
|
Apache Camel