Hi
Just for people finding this thread later. A ticket was logged and
Shreyas provided a patch
https://issues.apache.org/jira/browse/CAMEL-8266?
On Wed, Jan 21, 2015 at 12:42 AM, shreyas wrote:
> Hello,
>
> I am using the SFTP component to recursively scan directories to read files.
> The serve
Hello,
I am using the SFTP component to recursively scan directories to read files.
The server creates some unix "lost+found" directories with root permission. I
want to exclude scanning this directory as it results in permission errors. I
have tried:
antExclude=**/lost+found/**
ignoreFileNotF