You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Richard Kettelerij <ri...@gmail.com> on 2011/03/20 12:25:31 UTC

Re: Is there a way to pass in SO_KEEPALIVE param to sftp?

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.

Re: Is there a way to pass in SO_KEEPALIVE param to sftp?

Posted by austin17427 <au...@gmail.com>.
Ok, see https://issues.apache.org/jira/browse/CAMEL-3798
Patch submitted

--
View this message in context: http://camel.465427.n5.nabble.com/Is-there-a-way-to-pass-in-SO-KEEPALIVE-param-to-sftp-tp3969262p4257493.html
Sent from the Camel - Users mailing list archive at Nabble.com.