Hello,
I have to use Camel (and Servicemix) for *remote directory synchronization*.
Files shall be transfered from the source directory structure to the
destination place over Internet.
I supposed the best way to implement this case is to use Camel *file* and
*ftp* components.

But I can not find any way to implement this functionality, because the old
files must stay in their directories.
They may not be deleted or moved and every file shall be transfered only
once.

The nearest way i found is to use the *indempotent repository* to memory all
transfered files.
But this repository contains *filenames only*. When the old file is replaced
with new one with the same filename, the Camel file consumer doesn't choose
it for transport any more.
I miss the *file date in the key* in this indempotent repository.

Or is there another way to synchronize two remote directories using Camel?

Thanks for any tips.
Radomir 

--
View this message in context: 
http://camel.465427.n5.nabble.com/Directory-synchronization-with-Camel-tp4913807p4913807.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to