Mask working when downloading files but not when listing
Hello,
I have the following file mask:
It works for the
However, this one works when enumerating:
It looks like the regex resulting from that mask does not work.
Anyone have seen this issue?
Thanks
I have the following file mask:
XXX_TB_*_202307_Actual_20[1-9][0-9][0-9][0-9][0-9][0-9]_[0-9][0-9][0-9][0-9][0-9][0-9].csv
It works for the
GetFiles
but not for EnumerateRemoteFiles
.
However, this one works when enumerating:
XXX_TB_*_202307_Actual_20*.csv
It looks like the regex resulting from that mask does not work.
Anyone have seen this issue?
Thanks