Hi everyone.
My webclient code works fine for downloading a single file from a website.
But now I would like to download two or as many as there are files on the website. This gives an error as follows, although it still downloads the second file too.?:
The error is: An unhandled exception of type system.net.webexception occured in system.dll
Additional information: The remote server returned an error (404) not found
Thank you
My webclient code works fine for downloading a single file from a website.
But now I would like to download two or as many as there are files on the website. This gives an error as follows, although it still downloads the second file too.?:
The error is: An unhandled exception of type system.net.webexception occured in system.dll
Additional information: The remote server returned an error (404) not found
Thank you