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.
System.IO.File.GetAttributes 方法仅对本地系统上的文件有效。在我的应用程序中,我试图通过 https:// 访问文件属性。请让我知道是否有任何此类/方法(在.net 中),以通过 http(s) 获取文件属性。
此外,如果有任何这样的 Windows CommandPrompt 命令来实现同样的效果,那就太好了。请让我知道。
谢谢。
你不能。这将是巨大的安全违规。
但是,您可以编写一个返回您感兴趣的属性的 WCF 服务。
或者您可能对设置WebDAV共享感兴趣。