All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
connectors.camel-scp-sink-sink.json Maven / Gradle / Ivy
{
"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": "4.8.0",
"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"
}
}
}