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.
我需要在位于不同域的网络路径上使用 mkdir。我可以正常登录网络,但是 nant 不能。我在运行 nant 的系统上设置了一个网络驱动器,但它仍然无法访问它。有谁知道如何实现这一目标?
使用有效凭据挂载共享文件夹:
net use J: \\servername\share password /user:username
像往常一样将文件复制到 J:
完成所有操作后,断开映射的驱动器。
net use J: /d