Sorin, As far as I know, servicemix-ftp does not support FTPS. A lot of the new development work is being done on the Camel components instead of the JBI components though and Camel FTP does offer support for both FTPS and SFTP (cfr. http://camel.apache.org/ftp2.html). The good news is that you can seamlessly integrate these new Camel components with any existing JBI artifacts you might already have or, even better, if you're using ServiceMix 4, you can just deploy the Camel route directly instead of using JBI.
Regards, Gert Vanthienen ------------------------ FuseSource Web: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On Wed, Feb 23, 2011 at 6:23 PM, Sorin Silaghi <[email protected]> wrote: > Hello, > > > Does servicemix-ftp support FTPS and if yes do I need to do > anything special? I tried using "ftps://" in the URL but it didn't do > the trick. > > > regards, > Sorin. >
