The same thing happens in another method I use to enrich a message with a
single specific file:
String ftpsEndpoint =
"ftps:{{ftp.address}}{{ftp.path.out}}?delete=true&username={{ftp.username}}&password={{ftp.password}}&fileName=myFileName"
Exchange str = consumer.receive(ftpsEndpoint);
Works fine, except FTP keeps getting polled (nothing gets downloaded) it
just does LIST forever.
--
View this message in context:
http://camel.465427.n5.nabble.com/How-do-YOU-handle-scheduling-tp2838886p2839093.html
Sent from the Camel - Users mailing list archive at Nabble.com.