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>
FTP endpoint
|
class |
FtpsEndpoint
FTP Secure (FTP over SSL/TLS) endpoint
|
class |
SftpEndpoint
Secure FTP endpoint
|
Modifier and Type | Field and Description |
---|---|
protected RemoteFileEndpoint<org.apache.commons.net.ftp.FTPFile> |
FtpOperations.endpoint |
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) |
RemoteFileConsumer(RemoteFileEndpoint<T> endpoint,
org.apache.camel.Processor processor,
RemoteFileOperations<T> operations) |
RemoteFileProducer(RemoteFileEndpoint<T> endpoint,
RemoteFileOperations<T> operations) |
SftpConsumer(RemoteFileEndpoint<com.jcraft.jsch.ChannelSftp.LsEntry> endpoint,
org.apache.camel.Processor processor,
RemoteFileOperations<com.jcraft.jsch.ChannelSftp.LsEntry> operations) |
Apache Camel