I am using SSIS 2008 on Windows 7. I am attempting to download a file from a site. I am able to connect to the site and I get a true when checking for a successful connection. However, when I invoke the method ftp.GetListing it jumps to the error handling portion of the code. The only errors I can get out of this are as follows:
From the Immediate Window:
A first chance exception of type 'System.Runtime.InteropServices.COMException' occurred in Microsoft.SqlServer.ManagedDTS.dll
From a message box in my try catch block:
Exception from HRESULT: 0xC001602A
I have checked and I am allowing SSIS Debug Host through the firewall. (It prompted me to the first time I ran the package.)
I have tried several FTP sites with the same results.
Thanks,