On Wed, Apr 11, 2012 at 10:06 AM, kanmisc <kango...@gmail.com> wrote:
> 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.
>

Try setting stepwise=false on the FTP endpoint. See details about this option at
http://camel.apache.org/ftp2

> 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.



-- 
Claus Ibsen
-----------------
CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to