Dears,
We need to skip the entire directory MATFIC, as this directory contains in average of 6K sub-directories (for having good response time of getFTP processor we need to skip this scanning operation).
Using the java regexpr tests ^((?!MATFIC).)*$ works, but in the getFTP processor it's not the case. We cannot use the listFTP because is based on the last modified date, which can cause we can skip some files that are sent to our FTP.
Hope this clarifies.
Would it be an other option to exclude this directory ? (Maybe an other regex?)
Is it a bug on getftp regex part ?
Thanks.