All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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"
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy