Shreyas Purohit created CAMEL-8266:
--------------------------------------
Summary: Allow directories which are un-readable to be ignored on
permission error
Key: CAMEL-8266
URL: https://issues.apache.org/jira/browse/CAMEL-8266
Project: Camel
Issue Type: Improvement
Components: camel-sftp
Affects Versions: 2.14.1
Reporter: Shreyas Purohit
Priority: Minor
When reading from SFTP server recursively it is possible that we read a
directory that are not having permission to be read. Specifically, lost+found
directory created by the OS with root permission. We should be able to ignore
these kind of errors.
I can fix this and submit patch but would need guidance towards the better
approach:
1. Re-use IgnoreFileNotFoundOrPermissionError flag and extend its functionality
2. Add a new flag to ignore these errors
I think the first approach is better as I consider directories to be also a
special type of files. I can work on this if you let me know which way to go
from someone in Apache Camel team.
Thanks,
Shreyas Purohit
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)