Re: SFTP exclude un-readable directory

2015-01-26 Thread Claus Ibsen
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

SFTP exclude un-readable directory

2015-01-20 Thread shreyas
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