Giving continuation to our development work, I have added SSL support for the OFTP component.
To start a route in SSL mode, is as simple as changing the schema: // NON-SSL from("oftp://server").to("file:inbox"); // SSL from("oftps://server").to("file:inbox"); Configuration options are provided to customize KeyStore, passphrase, security provider and even replacing the SSLEngine factory class. I basically followed the camel-netty SSL configuration process and it seems to me to be very simple and easy to set up. Best regards, Bruno Borges www.brunoborges.com.br +55 21 76727099 "The glory of great men should always be measured by the means they have used to acquire it." - Francois de La Rochefoucauld On Wed, Sep 22, 2010 at 10:16 AM, Bruno Borges <bruno.bor...@gmail.com>wrote: > Hi Hadrian/Guillaume, > > Yes, there's no binaries yet. We are still adding some features before > actually proceeding to an official release. > Also I still have to document the component and its parameters on > http://accord.ow2.org/odetteftp. By the way, this is the main website for > the project. > The component is a module of the Accord Odette framework, so if you > want to take a look at it, I suggest to check out the code. > > $ svn checkout svn://svn.forge.objectweb.org/svnroot/accord/odetteftp/trunk > > > I'll keep the Camel mailing list posted about any other news. > > Best regards, > > Bruno Borges > www.brunoborges.com.br > +55 21 76727099 > > "The glory of great men should always be > measured by the means they have used to > acquire it." > - Francois de La Rochefoucauld > > > > On Wed, Sep 22, 2010 at 5:35 AM, Guillaume Nodet <gno...@gmail.com> wrote: > >> I suppose the sources are those ones: >> >> http://websvn.ow2.org/listing.php?repname=accord&path=/odetteftp/trunk/camel-oftp/ >> Haven't found any binaries though, even on the sonatype snapshot repo. >> >> On Wed, Sep 22, 2010 at 07:16, Hadrian Zbarcea <hzbar...@gmail.com> >> wrote: >> > Bruno, >> > >> > I couldn't find the code/jar/doc for the camel-oftp component. Odds are >> interested users won't either (easily). Your blog post does not show what >> jars are needed and where to find them either. Did I miss it? >> > >> > Could you please provide directed links? >> > >> > Thanks >> > Hadrian >> > >> > >> > On Sep 21, 2010, at 3:02 PM, Bruno Borges wrote: >> > >> >> Hi all! >> >> >> >> Some of you might know the Odette File Transfer Protocol, also know >> as >> >> OFTP. My work @Neociclo aims to present it to the community and as part >> of >> >> that, I'm introducing now the Camel Component for the Accord Odette, a >> OFTP2 >> >> Java library. >> >> >> >> If you want to know more, please follow this link: >> http://bit.ly/aLSitv >> >> >> >> Also, the project is hosted at http://accord.ow2.org/odetteftp >> >> >> >> The component is a Maven module of the Accord Odette project. >> >> >> >> Thank you, >> >> >> >> Bruno Borges >> >> www.brunoborges.com.br >> >> +55 21 76727099 >> >> >> >> "The glory of great men should always be >> >> measured by the means they have used to >> >> acquire it." >> >> - Francois de La Rochefoucauld >> > >> > >> >> >> >> -- >> Cheers, >> Guillaume Nodet >> ------------------------ >> Blog: http://gnodet.blogspot.com/ >> ------------------------ >> Open Source SOA >> http://fusesource.com >> > >