gpt4 book ai didi

c# - 在 C# 中读取隐藏共享

转载 作者:太空狗 更新时间:2023-10-29 20:19:08 25 4
gpt4 key购买 nike

所以我有一个小型 C# 应用程序,需要定期检查网络上多台计算机上的目录内容。我以为我可以将\hostname\C$ 读作目录路径,但是对于普通的 Directory 类,似乎没有办法针对其他服务器进行身份验证,因此您可以访问隐藏的共享。我确信有一种我忽略了的简单方法可以做到这一点,但目前我有点困惑。

最佳答案

来自 http://bytes.com/forum/thread689145.html :

All processes run in the context of alogged-in user account. If you want toopen a file on another computer, yourapplication must be running in thecontext of a user that has permissionsto open files on that machine. You cando this with Impersonation.

最简单的方法似乎是在其他机器上授予当前用户适当的权限。

关于c# - 在 C# 中读取隐藏共享,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/140115/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com