[ https://issues.apache.org/activemq/browse/CAMEL-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60296#action_60296 ]
Claus Ibsen commented on CAMEL-2860: ------------------------------------ Looking into camel 1.6 I cannot see it send absolute paths. It just change dir to current dir at first. And current dir is from the start /. And then cd into the starting directory (configured from the endpoint uri). So that together makes it appear as it works absolute. Camel 2.x will not change into current dir at first. But list files without changing current directory > camel-ftp - Should use absolute paths, eg the leading / should always be > included > --------------------------------------------------------------------------------- > > Key: CAMEL-2860 > URL: https://issues.apache.org/activemq/browse/CAMEL-2860 > Project: Apache Camel > Issue Type: Bug > Components: camel-ftp > Affects Versions: 2.0.0, 2.1.0, 2.2.0, 2.3.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 2.4.0 > > > FTP Servers expect clients to use absolute paths, so camel-ftp clients should > not clip any leading / > We could consider adding a flag to preserve the old behavior to have people > if they rely on the old behavior be able to switch that flag on. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.