Hi Ceyhan,
around version 2.16 support for absolute paths was dropped, see the
discussion in CAMEL-8828[1] and the linked issue CAMEL-8844[2].

I understand this is a problem for you, but as you can see in those
issues relative paths are better in the long run. Perhaps you can make
a quick fix on the SFTP server by being creative with symlinks?

zoran

[1] https://issues.apache.org/jira/browse/CAMEL-8828
[2] https://issues.apache.org/jira/browse/CAMEL-8844

On Wed, Mar 29, 2017 at 2:11 PM, simpleuser <ceyhanka...@gmail.com> wrote:
> Hi,
>
> I am trying to upgrade a product that uses an older camel version (2.15.1) .
>
> I am trying to upgrade the camel version to 2.17.5
>
> In the code base, camel ftp component is used with absolute paths...
>
> After upgrade we saw that, files could not be consumed due to the following
> error:
>
> SftpComponent doesn't support absolute paths, "xxx" will be converted to
> "yyy". After Camel 2.16, absolute paths will be invalid.
>
> I can see that absolute paths are not supported starting with 2.16:
>
> http://camel.apache.org/ftp.html <http://camel.apache.org/ftp.html>
>
> For our case, it will be very costly to change the existing code base.
>
> My question : Is there any possibility to force camel ftp 2.17.5 to support
> absolute paths as before in 2.15.1 (via config or other setting)?
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Apache-Camel-ftp-component-need-to-use-absolute-path-tp5796693.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Zoran Regvart

Reply via email to