Package | Description |
---|---|
org.apache.camel.component.file.remote |
Defines the File transport for communicating with Remote Files and FTP
|
Modifier and Type | Class and Description |
---|---|
class |
FtpEndpoint<T extends org.apache.commons.net.ftp.FTPFile>
The ftp component is used for uploading or downloading files from FTP servers.
|
class |
FtpsEndpoint
The ftps (FTP secure SSL/TLS) component is used for uploading or downloading files from FTP servers.
|
class |
SftpEndpoint
The sftp (FTP over SSH) component is used for uploading or downloading files from SFTP servers.
|
Modifier and Type | Method and Description |
---|---|
RemoteFileEndpoint<T> |
RemoteFileConsumer.getEndpoint() |
RemoteFileEndpoint<T> |
RemoteFileProducer.getEndpoint() |
Constructor and Description |
---|
FtpConsumer(RemoteFileEndpoint<org.apache.commons.net.ftp.FTPFile> endpoint,
org.apache.camel.Processor processor,
RemoteFileOperations<org.apache.commons.net.ftp.FTPFile> fileOperations,
org.apache.camel.component.file.GenericFileProcessStrategy processStrategy) |
RemoteFileConsumer(RemoteFileEndpoint<T> endpoint,
org.apache.camel.Processor processor,
RemoteFileOperations<T> operations,
org.apache.camel.component.file.GenericFileProcessStrategy processStrategy) |
RemoteFileProducer(RemoteFileEndpoint<T> endpoint,
RemoteFileOperations<T> operations) |
SftpConsumer(RemoteFileEndpoint<SftpRemoteFile> endpoint,
org.apache.camel.Processor processor,
RemoteFileOperations<SftpRemoteFile> operations,
org.apache.camel.component.file.GenericFileProcessStrategy<SftpRemoteFile> processStrategy) |
Apache Camel