public static interface FtpsEndpointBuilderFactory.FtpsBuilders
| Modifier and Type | Method and Description |
|---|---|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
ftps(String path)
FTPS (camel-ftp)
The ftps (FTP secure SSL/TLS) component is used for uploading or
downloading files from FTP servers.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder ftps(String path)
ftps: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