I had the same issue and asked the question for which I got no reply. http://camel.465427.n5.nabble.com/Support-SFTP-Absolute-Path-for-directory-td5791851.html#a5791897
Behavior changed tickets: https://issues.apache.org/jira/browse/CAMEL-8828 https://issues.apache.org/jira/browse/CAMEL-8844 Regards, Arpit. -----Original Message----- From: siva.shanki.m [mailto:[email protected]] Sent: Wednesday, February 15, 2017 11:21 AM To: [email protected] Subject: Re: camel 2.18.2 not consuming files from SFTP server which uses proxy This issue is resolved for me now. In 2.11 version, if directory is configured as '/home/username/yyy/', the files are retrieved from the same directory. in 2.18.2, its trying to search /home/username/yyy/ inside /home/username/ (which is the default home location of the server). The directory structure /home/username/home/username/yyy/ is created if it is not available. No files were consumed as no files were present in this new location. Changing the directory to just /yyy/ worked. Regards, Siva -- View this message in context: http://camel.465427.n5.nabble.com/camel-2-18-2-not-consuming-files-from-SFTP-server-which-uses-proxy-tp5793435p5793931.html Sent from the Camel - Users mailing list archive at Nabble.com.
