Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Div
classconfluenceTableSmall
 

Name

DescriptionExample

Default Value

username

Specifies the username to use to log in to the remote file system.

 

null

password

Specifies the password to use to log in to the remote file system. 

null

knownHostsFile

Sets the known_hosts file, so that the scp endpoint can do host key verification. 

null

strictHostKeyChecking

Sets whether to use strict host key checking. Possible values are: no, yes

 

no

chmod

Allows you to set chmod on the stored file. For example chmod=664.

 

null

useUserKnownHostsFileCamel 2.15: If knownHostFile has not been explicit configured, then use the host file from
System.getProperty("user.home") + "/.ssh/known_hosts"
true

Component Options

The JschComponent supports the following options

Name

Description

Default Value

verboseLogging

Camel 2.15: JSCH is verbose logging out of the box. Therefore we turn the logging down to DEBUG logging by default.

truenull

Limitations

Currently camel-jsch only supports a Producer (i.e. copy files to another host). 

Include Page
Endpoint See Also
Endpoint See Also