<camelContext xmlns="http://camel.apache.org/schema/spring"> <route> <from uri="ftp://username:password@hostname/directory?options"/> <to uri="file:/path/to/output/directory"/> </route> </camelContext>