Re: dynamic endpoint in ftp component

2012-05-19 Thread Claus Ibsen
On Fri, May 18, 2012 at 5:00 AM, cbuxbaum wrote: > the dynamic portion required is not in the move, it is in the starting > directory to poll.  This remains static for the life of the route.  I could > specify the directory in the filter, and I have indeed gotten that to work > out, but this requi

Re: dynamic endpoint in ftp component

2012-05-17 Thread cbuxbaum
the dynamic portion required is not in the move, it is in the starting directory to poll. This remains static for the life of the route. I could specify the directory in the filter, and I have indeed gotten that to work out, but this requires recursive, and is a waste of overhead, as I just want

Re: dynamic endpoint in ftp component

2012-05-14 Thread Willem Jiang
Hi, Which version of camel are you using ? I just check the document, the move option could be an expression, which means it should support the simple language that you use. Did you try to set the move option directly with the expression without using the properties component? On Tue May