You should be able to do something like this:
to("file://tmp/${file:onlyname}");
See: http://camel.apache.org/file-language.html
On Mon, Apr 22, 2013 at 10:24 AM, mdo <[email protected]> wrote:
> mdo wrote
>> from: sftp://localhost//home/user/
>> to: file://tmp/
>
> exchange.in.headers has the header "CamelFileName" where an SFTP consumed
> file has the complete path including the endpoint path whereas a file that
> comes from a FILE endpoint only has the relative path.
>
> When I insert this statement into my route I can fix this:
> .setHeader("CamelFileName",header("CamelFileRelativePath"))
>
> Is this meant to be that way?
>
> Regards, mdo.
>
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/FTP2-SFTP-and-target-file-paths-tp5731220p5731265.html
> Sent from the Camel - Users mailing list archive at Nabble.com.