Table of Contents
We are using some custom-made camel components.
An alternative to camel-jsch
. Jsch is old and not very well-supported.
This module uses command line 'scp', which is very robust and very well tested. Much more so than jsch, or sshj.
It is more or less a drop in replacement for camel-jsch
itself.
A few details are different
-
connectTimeout
: also accepts ISO_8601 durations likePT30s
(which can be simplified toT30s
or30s
) -
privateKeyFile
: may also pick up the key from the environment when prefixed with 'env:'
Provides some integration with newrelic.