The only issue I could spot from the code is that you have a method createFtpUri but in the send method you invoke getFtpUri method.
On Thu, Aug 12, 2010 at 8:15 PM, Claus Ibsen <[email protected]> wrote: > Hi Mattias > > Just commented on your blog. I think its a very well written blog. I > took the liberty and added a link to it from the camel website > https://cwiki.apache.org/confluence/display/CAMEL/Articles > > It will be synced to the static html pages in several hours. > > > > On Thu, Aug 12, 2010 at 7:56 PM, Mattias Severson <[email protected]> wrote: >> >> Hi all! >> >> I have written a blog post about how Apache Camel and Spring can be used to >> implement a dynamic FTP client. Feel free to add comments, questions or >> suggestions how it can be improved: >> >> http://blog.jayway.com/2010/08/12/dynamic-ftp-client-using-apache-camel-and-spring/ >> http://blog.jayway.com/2010/08/12/dynamic-ftp-client-using-apache-camel-and-spring/ >> >> Enjoy! >> >> Mattias Severson >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/Blog-Dynamic-FTP-Client-using-Apache-Camel-and-Spring-tp2473481p2473481.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >> > > > > -- > Claus Ibsen > Apache Camel Committer > > Author of Camel in Action: http://www.manning.com/ibsen/ > Open Source Integration: http://fusesource.com > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
