file - Exception handling in FTP task of SSIS -


In my SSIS package I have FTP functions that removes files from FTP location but the problem is that if the file (s ) Or if the directory is not available on the server, then the work fails.

Is there any way I can fix this problem?

This is expected behavior that the job should fail and then you should do something to find the failure. This argument can be executed by dragging a red arrow on the work failure event or some error handling logic from the FTP function.


Comments