Re: Transfer files from ftp to local directory

2012-11-22 Thread Christian Müller
Which version of Camel do you use? If you use Maven, you can check the dependency tree by yourself (this is for the actual Camel TRUNK): christian-muellers-macbook-pro:camel-ftp cmueller$ mvn dependency:tree [INFO] Scanning for projects... [INFO] [INFO] ---

Re: Transfer files from ftp to local directory

2012-11-22 Thread James Carman
You'll need to include camel-ftp in your classpath. On Thu, Nov 22, 2012 at 9:03 AM, tamil13 wrote: > Hi. I need to make one project which include transfer file from ftp to local > directory . I tried following code > > public static void main(String[] args) throws Exception{ >

Re: Transfer files from ftp to local directory

2012-11-22 Thread Claus Ibsen
Hi You are almost the correct place. You should in the future use the @user mailing list as we say http://camel.apache.org/support Your error tells you that it cannot create the FTP component, and the reason is that the camel-ftp JAR is not on your classpath. And mind that camel-ftp JAR has child