My windows service needs to connect to a specific HTTP folder (IIS 7) and list the files inside and then start downloading them one by one. Is there any real professional way rather than parsing HTML tags to get the file name (which most likely will cause problems).
Share
Not unless you have directory browsing setup on IIS.
Is this your server or a thirdparty site you’re trying to scrape? If you don’t have control of the server you may not have a choice.