I am invoking a ant script from monitor, with wild card as *txt. If i have 3 files (F1,F2 & F3) to be transfers. My current ant script is picking files one by one (I am not sure about order).
But i want ant script to pick files in order i.e. F1 should go first then other files should get transfer.