public static interface FtpEndpointBuilderFactory.FtpBuilders
| Modifier and Type | Method and Description |
|---|---|
default FtpEndpointBuilderFactory.FtpEndpointBuilder |
ftp(String path)
FTP (camel-ftp)
The ftp component is used for uploading or downloading files from FTP
servers.
|
default FtpEndpointBuilderFactory.FtpEndpointBuilder ftp(String path)
ftp: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