I recover from a FTP server, flat files which has these names:
- abc
- abc.flag
- abc.tmp
- test
- test.flag
- test.tmp
In my case, I have to recover just the files: abc and test. I tried with the following mask but it did not work: "(.+\.tmp)| (. + \.flag) " is there another way to do this ?