I want to FTP some files that appear (erratically over the course of a day) in a folder, and then move them to a different folder.
How do I ensure a file is only moved after a successful FTP - and how do I ensure if it fails, it is then reattempted later?
My worry about using time based triggers is that if, say, FTP fails for some of them and not others, or if a file is added after the FTP task but before the Move task, then it may get moved without being FTPed.
If I rely only on file created triggers, then if they do fail, they don't get rerun.