OSB - how to set various File Mask for FTP transportation?
805330Oct 14 2010 — edited Oct 15 2010Hi, All,
I'm using OSB FTP transportation to watch a folder (at remote FTP server).
For the File Mask, can we use more than one kind?
In my case, I want to poll all the files that has either kind of the following filename extension:
1 *.Abc
2 *.ABc
3 *.AbC
4 *.ABC
5 *.abc
6 *.aBc
7 *.abC
8 *.aBC
In other words, any file ends with abc( case doesn't matter).
Can I set various kind of File Mask? How?
I've tried to put all the 8 masks, seperating with "," and also tried out ";".
But failed.
Or is there any expression I can use for the file mask?