Hi all,

We need to design a route as below.

  <route id="copyFiles">
     <from uri="file://project/triggers?fileName=COPYFILES"/>
     <to uri="bean:dbBean?method=getFileNames"/>
     ...copy files from sourceDirectory to destDirectory...

What about sourceDirectory and destDirectory are on different servers?

Could anyone tell us if it's possible to get this done with camel existing
components or do we have to customize something for it?

Thanks in advance for any help or hints.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Copy-Files-with-doneFile-in-different-Folder-tp5728165.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to