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.
在我的网站上,我有受密码保护的目录,其中包含一个包含一些信息的文件。
现在我在 vb2010 .net 中有应用程序,它将从 tha 文件下载该字符串。
但这给了我一个错误,我没有权限。
它仅受 .httaccess 文件的保护。
即使它位于受密码保护的目录中,如何下载该字符串。
我使用 system.net webclient 下载字符串。