I\'m using SQL Server 2005, and creating ftp tasks within SSIS.
Sometimes there will be files to ftp over, sometimes not. If there are no files, I don\'t want the
Put it in a ForEach container, which iterates over the files to upload. No files, no FTP, no failure.