Relative Content

Tag Archive for javaspringapacheapache-camel

Apache Camel Route Not Pulling Files From FTP

I’ve written a simple route in XML DSL using Apache Camel (ver: camel-core-2.25.4, camel-ftp-2.25.4) where I want to pull files from a FTP location. But it is not fetching any file from the FTP location. And it does not show any error. Below is the XML DSL part. Deployed in Tomcat 9.0.85. Java version used 1.8. Please suggest what to do.