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] ------------------------------------------------------------------------ [INFO] Building Camel :: FTP 2.11-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.4:tree (default-cli) @ camel-ftp --- [INFO] org.apache.camel:camel-ftp:bundle:2.11-SNAPSHOT [INFO] +- org.apache.camel:camel-core:jar:2.11-SNAPSHOT:compile [INFO] | \- org.slf4j:slf4j-api:jar:1.7.2:compile [INFO] +- com.jcraft:jsch:jar:0.1.48:compile [INFO] +- commons-net:commons-net:jar:3.1:compile [INFO] +- org.apache.camel:camel-test:jar:2.11-SNAPSHOT:test [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.2:test [INFO] | \- log4j:log4j:jar:1.2.17:test [INFO] +- org.apache.camel:camel-spring:jar:2.11-SNAPSHOT:test [INFO] | +- org.springframework:spring-context:jar:3.1.3.RELEASE:test [INFO] | | +- org.springframework:spring-beans:jar:3.1.3.RELEASE:test [INFO] | | +- org.springframework:spring-core:jar:3.1.3.RELEASE:test [INFO] | | | \- commons-logging:commons-logging:jar:1.1.1:test [INFO] | | +- org.springframework:spring-expression:jar:3.1.3.RELEASE:test [INFO] | | \- org.springframework:spring-asm:jar:3.1.3.RELEASE:test [INFO] | +- org.springframework:spring-aop:jar:3.1.3.RELEASE:test [INFO] | | \- aopalliance:aopalliance:jar:1.0:test [INFO] | \- org.springframework:spring-tx:jar:3.1.3.RELEASE:test [INFO] +- org.apache.ftpserver:ftpserver-core:jar:1.0.6:test [INFO] +- org.apache.ftpserver:ftplet-api:jar:1.0.6:test [INFO] +- org.apache.sshd:sshd-core:jar:0.8.0:test [INFO] +- org.bouncycastle:bcpg-jdk16:jar:1.46:test [INFO] | \- org.bouncycastle:bcprov-jdk16:jar:1.46:test [INFO] \- org.apache.mina:mina-core:jar:2.0.7:test Best, Christian On Thu, Nov 22, 2012 at 5:31 PM, tamil13 <tamilvanan...@gmail.com> wrote: > Thanks for your response. I m using eclipse environment n ofcource, I added > camel-ftp jar. but it didn't work. I tried adding child dependencies of > camel-ftp. but no progress. if you suggest me what are all the jars to be > added to run this. because I am sick of trapped with this small program for > 2 days.. Thanks in advance > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Transfer-files-from-ftp-to-local-directory-tp5723118p5723123.html > Sent from the Camel Development mailing list archive at Nabble.com. >