Hi, I'm new to Camel, so please excuse my ignorance.
I'm wanting to set up mirroring of files on a FTP server, so that whenever
new files appear, or old files get changed, they get copied to the local
mirror, and maybe some processing performed on them.

I've worked out the basics of how to use the FTP and File components, and am
now wondering how to actually set this up to do what I want. I got the
idempotentRepository working (using a FileIdempotentRepository) to make sure
that files are only processed once, but then realised that this isn't going
to allow updated files to be re-fetched.

Is there an already baked approach to doing this, or do I need to cook my
own?


Tim



--
View this message in context: 
http://camel.465427.n5.nabble.com/Advice-on-mirroring-using-FTP2-component-tp5718557.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to