blob: 91aa9c7368b26bb189c67e97ca9dac94cf2ba366 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.scpsink.CamelScpsinkSinkConnector",
"artifactId": "camel-scp-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-scp-sink-sink",
"type": "sink",
"version": "3.20.1-SNAPSHOT",
"description": "Send file to an FTP Server through Secure Copy Protocol"
},
"properties": {
"camel.kamelet.scp-sink.serverName": {
"name": "camel.kamelet.scp-sink.serverName",
"description": "The hostname of the FTP server",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.scp-sink.serverPort": {
"name": "camel.kamelet.scp-sink.serverPort",
"description": "The port of the FTP server",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.scp-sink.username": {
"name": "camel.kamelet.scp-sink.username",
"description": "Username for accessing FTP Server",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.scp-sink.password": {
"name": "camel.kamelet.scp-sink.password",
"description": "Password for accessing FTP Server",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.scp-sink.privateKeyFile": {
"name": "camel.kamelet.scp-sink.privateKeyFile",
"description": "Set the private key file so that the SFTP endpoint can do private key verification.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.scp-sink.privateKeyPassphrase": {
"name": "camel.kamelet.scp-sink.privateKeyPassphrase",
"description": "Set the private key file passphrase so that the SFTP endpoint can do private key verification.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.scp-sink.strictHostKeyChecking": {
"name": "camel.kamelet.scp-sink.strictHostKeyChecking",
"description": "Sets whether to use strict host key checking.",
"defaultValue": "\"false\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.scp-sink.useUserKnownHostsFile": {
"name": "camel.kamelet.scp-sink.useUserKnownHostsFile",
"description": "If knownHostFile has not been explicit configured then use the host file from System.getProperty(user.home)\/.ssh\/known_hosts.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
}
}
}