I'm currently trying to test the ability to trigger an FTP send based on a new file in a folder. This works great, if 1 file at a time. I'm finding if I have multiple files, say 5 or more, the task gets confused and will run the same file, multple times for the amount of files in the folder, and not each file on it's own.
Basically I have file 1.txt, 2.txt, 3.txt, 4.txt, and 5.txt. I have 5 FTP session, 3 will send file 3.txt, the other two will send 5.txt. 1, 2, and 4 will not get sent.
I have the task setup to run only one at a time, queueing any others to be ran upon completion of the first one.
Any help would be greatly appreciated.
thanks