Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Windows 服务需要连接到特定的 HTTP 文件夹(IIS 7)并列出其中的文件,然后开始一一下载。有没有真正专业的方法,而不是解析 HTML 标签来获取文件名(这很可能会导致问题)。
除非您在 IIS 上设置了目录浏览设置。
这是您的服务器还是您要抓取的第三方网站?如果您无法控制服务器,您可能别无选择。