Hello,

I try to download some files with names like this:
aaaa_YYYYMMDD            (with YYYYMMDD the name of the day)

 from(uriSFTP.concat("&exclude=${date:now:yyyyMMdd}"))
.to(local);

But I don't want to donwload today's file.
I can't use ${date:now:yyyyMMdd} with exclude.
How to do?



--
View this message in context: 
http://camel.465427.n5.nabble.com/sftp-excluding-filename-with-date-tp5752734.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to