Hi Claus, Thanks for the reply. Yes I am aware of the fuse support but my
doubt was in camel part so I posted here. Below is the route with path
details -
from("sftp://username@host/source/Landing?password=pwd&filter=#sourceFileFilter&consumer.delay=3600000&move=/source/Processed&moveFailed=/source/NotProcessed")
.beanRef("processFeedback")
.stop();
It picks correct file from /source/Landing and moves to /source/Processed or
to /source/NotProcessed based on processed status. Directories exist in
server.
Thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-SFTP-move-is-failing-in-new-fuse-tp5618015p5632102.html
Sent from the Camel - Users mailing list archive at Nabble.com.