mkralik3 opened a new issue, #1345: URL: https://github.com/apache/camel-kamelets/issues/1345
According to the description[1] ``` Whether to ignore when (trying to list files in directories or when downloading a file), which does not exist or due to permission error. By default when a directory or file does not exists or insufficient permission, then an exception is thrown. Setting this option to true allows to ignore that instead. ``` when the `ignoreFileNotFoundOrPermissionError` option is set to `false` (by default) and the folder (set in `directoryName`) doesn't exist, the connector should throw an exception. However, if the folder doesn't exist, the connector creates it instead. [1] - https://github.com/apache/camel-kamelets/blob/main/kamelets/sftp-source.kamelet.yaml#L89 / https://camel.apache.org/components/3.20.x/sftp-component.html#_endpoint_query_option_ignoreFileNotFoundOrPermissionError ref: https://issues.redhat.com/browse/MGDCTRS-2119 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org