camel-ftps-source-kafka-connector source configuration
Connector Description: Receive data from an FTPS Server.
When using camel-ftps-source-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-ftps-source-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this source connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.ftpssource.CamelFtpssourceSourceConnector
The camel-ftps-source source connector supports 8 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required Hostname of the FTPS server. |
HIGH |
||
Required Port of the FTPS server. |
"21" |
HIGH |
|
Required The username to access the FTPS server. |
HIGH |
||
Required The password to access the FTPS server. |
HIGH |
||
Required The starting directory. |
HIGH |
||
Sets passive mode connection. |
false |
MEDIUM |
|
If a directory, will look for files in all the sub-directories as well. |
false |
MEDIUM |
|
Skip already processed files. |
true |
MEDIUM |
The camel-ftps-source source connector has no converters out of the box.
The camel-ftps-source source connector has no transforms out of the box.
The camel-ftps-source source connector has no aggregation strategies out of the box.