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 |
Generated by camel build tools - do NOT edit this file!
|
FtpConfiguration |
FTP configuration
|
FtpConstants |
Constants
|
FtpConsumer |
FTP consumer
|
FtpDefaultMoveExistingFileStrategy | |
FtpEndpoint<T extends org.apache.commons.net.ftp.FTPFile> |
Upload and download files to/from FTP servers.
|
FtpEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
FtpOperations |
FTP remote file operations
|
FtpsComponent |
FTP Secure (FTP over SSL/TLS) Component.
|
FtpsComponentConfigurer |
Generated by camel build tools - do NOT edit this file!
|
FtpsConfiguration |
FTP Secure (FTP over SSL/TLS) configuration
|
FtpSendDynamicAware | |
FtpsEndpoint |
Upload and download files to/from FTP servers supporting the FTPS protocol.
|
FtpsEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
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 |
Generated by camel build tools - do NOT edit this file!
|
SftpConfiguration |
Secure FTP configuration
|
SftpConsumer |
Secure FTP consumer
|
SftpDefaultMoveExistingFileStrategy | |
SftpEndpoint |
Upload and download files to/from SFTP servers.
|
SftpEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
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