Dear Henrik:
Hi. We had another problem with FTPS. We have a job that runs every ten minutes that makes an FTPS connection to a server and downloads a file. It would always fail when triggered from the timer, but when you trigger it manually by clicking "run task," it always worked.
We found that if we change the trigger to run not on the 0th second but on some other second, like the 27th, then it would work when triggered from the timer. We think this is because it's colliding with some other job that also runs on the 0th second. Is this possible?
So we have this working now, but it would be nice to not have to worry about tasks colliding.