Hi,
We need to get the FTP files on demand. I checked
http://camel.465427.n5.nabble.com/Event-driven-FTP-consumer-td3376242.html
and https://issues.apache.org/jira/browse/CAMEL-3655.
Is something like this expected to work:
from("timer:myTimerEvent?fixedRate=true&period=100000")
.to("ftp://test@localhost/?password=test&binary=true").
to("file://target/test-reports");
With Best Regards,
Diwakar
--
View this message in context:
http://camel.465427.n5.nabble.com/Getting-Files-via-FTP-on-demand-tp5062672p5062672.html
Sent from the Camel - Users mailing list archive at Nabble.com.