@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface ScpEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder
Advanced builder for endpoint for the SCP component.
|
static interface |
ScpEndpointBuilderFactory.ScpBuilders |
static interface |
ScpEndpointBuilderFactory.ScpEndpointBuilder
Builder for endpoint for the SCP component.
|
| Modifier and Type | Method and Description |
|---|---|
static ScpEndpointBuilderFactory.ScpEndpointBuilder |
scp(String path)
SCP (camel-jsch)
To copy files using the secure copy protocol (SCP).
|
static ScpEndpointBuilderFactory.ScpEndpointBuilder scp(String path)
scp: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