2 Home
gitea_admin edited this page 2026-03-11 14:40:01 +00:00

SCP Sink

Send file to an FTP Server through Secure Copy Protocol

Metadata

Property Value
Type sink
Group SCP
Namespace File
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
serverName string The hostname of the FTP server
serverPort string The port of the FTP server
username string Username for accessing FTP Server
password string Password for accessing FTP Server
privateKeyFile string Set the private key file so that the SFTP endpoint can do private key verification.
privateKeyPassphrase string Set the private key file passphrase so that the SFTP endpoint can do private key verification.
strictHostKeyChecking string no Sets whether to use strict host key checking.
useUserKnownHostsFile boolean true If knownHostFile has not been explicit configured then use the host file from System.getProperty(user.home)/.ssh/known_hosts.

Dependencies

  • camel:core
  • camel:jsch
  • camel:kamelet