Hello,
I have an SSIS FTP script that checks a table for an FTP directory to look for files in.
I am looking to create a check to confirm that the actual file directory exists before my SSIS package tries to pull or send files. If it does not, I would like to create an error message.
Is the best way to do this by creating a Script Task? Can anyone provide a good sample?