I have an SSIS package setup to check for XML files from a specific folder on an FTP server. The first Task is an FTP download and copies everything to a local directory. Then I setup a ForEachLoop container on the directory to iterate through all the downloaded files. The first thing I want it to do...