c# - How to download file from website url using SSIS package -


I downloaded some files using website URL using the SSIS package or the C # code I want to do this

But the problem is that the website is a build using Flash and I have to log in first, only then I can go to the homepage from where I can send a 4-5 PDF file Need to download

please help?

Take a look at this you need to use the exact PDF download URL. Unless the file is restricted by authentication, you should be able to download it.

To pass credentials, see the property available in the credentials namespace system .net.WebClient



Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -