See: Description
| Interface | Description |
|---|---|
| RemoteFileOperations<T> |
Remote file operations based on some backing framework
|
| SftpOperations.ExtendedUserInfo |
Extended user info which supports interactive keyboard mode, by entering the password.
|
| Class | Description |
|---|---|
| DSAKeyPairIdentity | |
| FtpComponent |
FTP Component
|
| FtpConfiguration |
FTP configuration
|
| FtpConstants |
Constants
|
| FtpConsumer |
FTP consumer
|
| FtpEndpoint<T extends org.apache.commons.net.ftp.FTPFile> |
FTP endpoint
|
| FtpOperations |
FTP remote file operations
|
| FtpsComponent |
FTP Secure (FTP over SSL/TLS) Component.
|
| FtpsConfiguration |
FTP Secure (FTP over SSL/TLS) configuration
|
| FtpsEndpoint |
FTP Secure (FTP over SSL/TLS) endpoint
|
| FtpsOperations |
FTP Secure (FTP over SSL/TLS) operations
|
| 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.
|
| RSAKeyPairIdentity | |
| SftpComponent |
Secure FTP Component
|
| SftpConfiguration |
Secure FTP configuration
|
| SftpConsumer |
Secure FTP consumer
|
| SftpEndpoint |
Secure FTP endpoint
|
| SftpOperations |
SFTP remote file operations
The JSCH session and channel are not thread-safe so we need to synchronize access to using this operation.
|
| Enum | Description |
|---|---|
| RemoteFileConfiguration.PathSeparator |
Path separator as either unix or windows style.
|
Apache Camel