No. Currently there's no option to specify keep-alive for SFTP. It seems that JSch does support keep-alive through the Session.setServerAliveInterval(int interval) and Session.setServerAliveCountMax(int count) methods.
Feel free to create a ticket in JIRA if you wish this to be implemented. Also at Apache we like contributions from the community (http://camel.apache.org/contributing.html) so if you can help develop such a feature that would be great. Tip: please subscribe to the mailing list, your question is currently only visible in Nabble (http://camel.apache.org/discussion-forums.html). -- View this message in context: http://camel.465427.n5.nabble.com/Is-there-a-way-to-pass-in-SO-KEEPALIVE-param-to-sftp-tp3969262p4131778.html Sent from the Camel - Users mailing list archive at Nabble.com.
