"camel.kamelet.sftp-sink.autoCreate"
"Automatically create the directory the files should be written to."
"camel.kamelet.sftp-sink.binary"
"Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false)."
"camel.kamelet.sftp-sink.connectionHost"
"The hostname of the FTP server"
"camel.kamelet.sftp-sink.connectionPort"
"22"
"The port of the FTP server"
"camel.kamelet.sftp-sink.directoryName"
"The starting directory."
"camel.kamelet.sftp-sink.fileExist"
"Override"
"How to behave in case of file already existent."
"camel.kamelet.sftp-sink.passiveMode"
"Specifies to use passive mode connection."
"camel.kamelet.sftp-sink.password"
"The password to access the FTP server."
"camel.kamelet.sftp-sink.privateKeyFile"
"Set the private key file so that the SFTP endpoint can do private key verification."
"camel.kamelet.sftp-sink.privateKeyPassphrase"
"Set the private key file passphrase so that the SFTP endpoint can do private key verification."
"camel.kamelet.sftp-sink.privateKeyUri"
"Set the private key file (loaded from classpath by default) so that the SFTP endpoint can do private key verification."
"camel.kamelet.sftp-sink.strictHostKeyChecking"
"false"
"Sets whether to use strict host key checking."
"camel.kamelet.sftp-sink.useUserKnownHostsFile"
"If knownHostFile has not been explicit configured then use the host file from System.getProperty(user.home)/.ssh/known_hosts."
"camel.kamelet.sftp-sink.username"
"The username to access the FTP server."