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 11 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The hostname of the FTPS server. | HIGH | ||
Required The 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 | ||
Specifies to use passive mode connection. | false | MEDIUM | |
If a directory, look for files in all sub-directories as well. | false | MEDIUM | |
Skip already-processed files. | true | MEDIUM | |
Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false). | false | MEDIUM | |
Automatically create starting directory. | true | MEDIUM | |
If true, the file will be deleted after it is processed successfully. | false | 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.