I have a content rule that triggers when any new files arrive in a folder. I am using FTP to deposit files into this folder, and in a single FTP session I am putting a set of files and then getting them (and comparing checksums) for purposes of ensuring their successful transfer. I am doing this partly because it is easier and more reliable than parsing the FTP log. I want to be sure that my content rule triggered-script doesn't run before the FTP get completes, because it ultimately removes files from the drop folder. Can I assume that the content trigger will not fire until the FTP session disconnects?
Thank you for your answer, or suggestion, or reference to relevant documentation.