Hi

Yeah that was not supported. Its implemented in Camel 2.3.

You can try the 2.3-SNAPSHOT
http://camel.apache.org/download.html


On Mon, Mar 22, 2010 at 7:09 PM, Pitre, Russell <[email protected]> wrote:
> I'm using the Quartz scheduler component in conjunction with pollEnrich
> to download a file at a specific time of day.  It looks like the 'move'
> parameter is being ignored, am I missing something?
>
>
>
>
>
>      public void configure() throws Exception {
>
>
> from("quartz://myGroup/DownloadFilesTrigger?cron=0+03+14+*+*+?").
>
>            pollEnrich("sftp://"; + sourceLocation() + "?password=" +
> password + "&move=.done", 0).
>
>            to("file:" + INBOX_LOCATION );
>
>      }
>
>
>
>
>
> Thanks,
>
>
>
> Rusell Pitre
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to