public static interface SftpEndpointBuilderFactory.SftpBuilders
| Modifier and Type | Method and Description |
|---|---|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
sftp(String path)
SFTP (camel-ftp)
The sftp (FTP over SSH) component is used for uploading or
downloading files from SFTP servers.
|
default 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