views:

3

answers:

0

Hi, In SSIS 2005, I am using the FTP Task. I have a flow where when the package runs, it retrieves any files in a specific folder from FTP to a local folder.

Remote folder path is set by variable such as /root/abc/*abc.txt

The task works fine if there are files in that folder matching this criteria. If there are no files, the task fails with a file not found error!

How can I make SSIS not break the task in case this specific file not found error comes up simply becuase the remote folder had no matching files?

But, in case there is an error such as FTP server not able to login etc., then the task should throw the expected error.