|
I am using SFTP component and my new requirement is to specify the type of cipher going to be used for the transfer.
I checked the FTP2 page on camel website but there is no option for cipher strength. Is this an option that is going to be included in the later releases of camel? Thanks. |
|
Don't think there is an option for that. You'll have to manually configure a
JSch instance with the ciphers you want. Cheers, Jon On Thu, Aug 25, 2011 at 10:58 AM, laxad <[hidden email]> wrote: > I am using SFTP component and my new requirement is to specify the type of > cipher going to be used for the transfer. > > I checked the FTP2 page on camel website but there is no option for cipher > strength. > > Is this an option that is going to be included in the later releases of > camel? > > Thanks. > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Cipher-type-definable-tp4734500p4734500.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Cheers, Jon --------------- FuseSource Email: [hidden email] Web: fusesource.com Twitter: jon_anstey Blog: http://janstey.blogspot.com Author of Camel in Action: http://manning.com/ibsen |
|
Yeah, there is no option for this so I've created
https://issues.apache.org/jira/browse/CAMEL-4382 to track this enhancement. On Thu, Aug 25, 2011 at 2:16 PM, Jon Anstey <[hidden email]> wrote: > Don't think there is an option for that. You'll have to manually configure > a JSch instance with the ciphers you want. > > Cheers, > Jon > > > On Thu, Aug 25, 2011 at 10:58 AM, laxad <[hidden email]> wrote: > >> I am using SFTP component and my new requirement is to specify the type of >> cipher going to be used for the transfer. >> >> I checked the FTP2 page on camel website but there is no option for cipher >> strength. >> >> Is this an option that is going to be included in the later releases of >> camel? >> >> Thanks. >> >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/Cipher-type-definable-tp4734500p4734500.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >> > > > > -- > Cheers, > Jon > --------------- > FuseSource > Email: [hidden email] > Web: fusesource.com > Twitter: jon_anstey > Blog: http://janstey.blogspot.com > Author of Camel in Action: http://manning.com/ibsen > > -- Cheers, Jon --------------- FuseSource Email: [hidden email] Web: fusesource.com Twitter: jon_anstey Blog: http://janstey.blogspot.com Author of Camel in Action: http://manning.com/ibsen |
|
FYI I've adding this as the "ciphers" URI option for the SFTP component.
Some documentation is available here https://cwiki.apache.org/confluence/display/CAMEL/FTP2 It will be available in Camel 2.9. On Thu, Aug 25, 2011 at 2:19 PM, Jon Anstey <[hidden email]> wrote: > Yeah, there is no option for this so I've created > https://issues.apache.org/jira/browse/CAMEL-4382 to track this > enhancement. > > > On Thu, Aug 25, 2011 at 2:16 PM, Jon Anstey <[hidden email]> wrote: > >> Don't think there is an option for that. You'll have to manually configure >> a JSch instance with the ciphers you want. >> >> Cheers, >> Jon >> >> >> On Thu, Aug 25, 2011 at 10:58 AM, laxad <[hidden email]> wrote: >> >>> I am using SFTP component and my new requirement is to specify the type >>> of >>> cipher going to be used for the transfer. >>> >>> I checked the FTP2 page on camel website but there is no option for >>> cipher >>> strength. >>> >>> Is this an option that is going to be included in the later releases of >>> camel? >>> >>> Thanks. >>> >>> -- >>> View this message in context: >>> http://camel.465427.n5.nabble.com/Cipher-type-definable-tp4734500p4734500.html >>> Sent from the Camel - Users mailing list archive at Nabble.com. >>> >> >> >> >> -- >> Cheers, >> Jon >> --------------- >> FuseSource >> Email: [hidden email] >> Web: fusesource.com >> Twitter: jon_anstey >> Blog: http://janstey.blogspot.com >> Author of Camel in Action: http://manning.com/ibsen >> >> > > > -- > Cheers, > Jon > --------------- > FuseSource > Email: [hidden email] > Web: fusesource.com > Twitter: jon_anstey > Blog: http://janstey.blogspot.com > Author of Camel in Action: http://manning.com/ibsen > > -- Cheers, Jon --------------- FuseSource Email: [hidden email] Web: fusesource.com Twitter: jon_anstey Blog: http://janstey.blogspot.com Author of Camel in Action: http://manning.com/ibsen |
| Powered by Nabble | Edit this page |
