camel-ftp-source-kafka-connector source configuration
Connector Description: Receive data from an FTP server.
When using camel-ftp-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-ftp-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.ftpsource.CamelFtpsourceSourceConnector
The camel-ftp-source source connector supports 8 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The hostname of the FTP server. |
HIGH |
||
Required The port of the FTP server. |
"21" |
HIGH |
|
Required The username to access the FTP server. |
HIGH |
||
Required The password to access the FTP server. |
HIGH |
||
Required The starting directory. |
HIGH |
||
Specifes to use passive mode connection. |
false |
MEDIUM |
|
If a directory, look for files in all the sub-directories as well. |
false |
MEDIUM |
|
Skip already-processed files. |
true |
MEDIUM |
The camel-ftp-source source connector has no converters out of the box.
The camel-ftp-source source connector has no transforms out of the box.
The camel-ftp-source source connector has no aggregation strategies out of the box.