#featureURLs = \
...
# mvn:org.apache.servicemix.features/ftp/RELEASE/xml/features
...
featuresBoot = \
...
ftp,
...
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
<camelContext xmlns="http://camel.apache.org/schema/blueprint">
<route>
<from uri="ftp://username:password@localhost:21/directory"/>
<to uri="destinationEndpoint"/>
</route>
</camelContext>
</blueprint>
<to uri="file:outputDirectory"/>