@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface SftpEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder
Advanced builder for endpoint for the SFTP component.
|
static interface |
SftpEndpointBuilderFactory.AdvancedSftpEndpointConsumerBuilder
Advanced builder for endpoint consumers for the SFTP component.
|
static interface |
SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder
Advanced builder for endpoint producers for the SFTP component.
|
static class |
SftpEndpointBuilderFactory.GenericFileExist
Proxy enum for
org.apache.camel.component.file.GenericFileExist enum. |
static class |
SftpEndpointBuilderFactory.PathSeparator
Proxy enum for
org.apache.camel.component.file.remote.RemoteFileConfiguration$PathSeparator enum. |
static interface |
SftpEndpointBuilderFactory.SftpBuilders |
static interface |
SftpEndpointBuilderFactory.SftpEndpointBuilder
Builder for endpoint for the SFTP component.
|
static interface |
SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder
Builder for endpoint consumers for the SFTP component.
|
static interface |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder
Builder for endpoint producers for the SFTP component.
|
| Modifier and Type | Method and Description |
|---|---|
static SftpEndpointBuilderFactory.SftpEndpointBuilder |
sftp(String path)
SFTP (camel-ftp)
The sftp (FTP over SSH) component is used for uploading or downloading
files from SFTP servers.
|
static SftpEndpointBuilderFactory.SftpEndpointBuilder sftp(String path)
sftp:host:port/directoryName
Path parameter: host (required)
Hostname of the FTP server
Path parameter: port
Port of the FTP server
Path parameter: directoryName
The starting directoryApache Camel