public static interface ScpEndpointBuilderFactory.ScpBuilders
| Modifier and Type | Method and Description |
|---|---|
default ScpEndpointBuilderFactory.ScpEndpointBuilder |
scp(String path)
SCP (camel-jsch)
To copy files using the secure copy protocol (SCP).
|
default 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