使用 Perl 中的凭据访问 UNC 文件共享

发布于 2024-11-02 21:04:29 字数 89 浏览 4 评论 0原文

我正在尝试让 Perl 脚本使用指定的凭据通过 UNC 路径访问文件。这可能吗?如果不使用 Perl,我还能使用什么?

谢谢

-杰西

I am trying to get a Perl scripts to access a file over UNC path using specified credentials. Is this possible? If not with Perl, what else could I use?

Thanks

-Jesse

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

最后的乘客 2024-11-09 21:04:29

您是否必须使用不同的凭据访问许多不同的路径,还是只访问一个路径?

作为非编程解决方案,您可以在运行 Perl 程序之前将网络共享永久映射到 Windows 中的驱动器号吗?

Do you have to access many varied paths with differing credentials or just one?

As non-programming solution can you map the network share to a drive letter permananently in Windows before running your perl program?

暖心男生 2024-11-09 21:04:29

查看模块 Win32::NetResource 它有一些方法可以让您连接到 Windows 网络资源(例如驱动器共享)并提供凭据。

AddConnection(\%NETRESOURCE,$密码,$用户名,$连接)

与 %NETRESOURCE 指定的网络资源建立连接

Check out the module Win32::NetResource it has methods to allow you to connect to Windows network resources, such as drive shares and supply the credentials.

AddConnection(\%NETRESOURCE,$Password,$UserName,$Connection)

Makes a connection to a network resource specified by %NETRESOURCE
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文