I think Claus said to run the following command: >features:install camel-ftp
And in http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/src/main/resources/features.xml?view=markupyou can see, that the camel-ftp feature installs the following bundles/features: <feature name='camel-ftp' version='${pom.version}'> <bundle>mvn:commons-net/commons-net/${commons-net-version}</bundle> <feature version='${pom.version}'>camel-core</feature> <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jsch/${jsch-bundle-version}</bundle> <bundle>mvn:org.apache.camel/camel-ftp/${pom.version}</bundle> </feature> Regards, Christian
