如何从 Windows Web 服务器上的管理共享获取 html 文件
无论如何,我可以在 Unix 中使用 wget 从 Windows 管理共享传输 html 文件吗?
我尝试访问的文件路径类似于示例:
www.webserv.com/share$/reportfolder/index.html
这是在操作系统上创建监控脚本的一种非常笨拙的方法,无需使用curl / Nagios / extra Perl 模块。
给予的任何帮助将不胜感激。
Is there anyway I am able to use wget in Unix to transfer a html file from a Windows administrative share?
The file path I am trying to access is like the example:
www.webserv.com/share$/reportfolder/index.html
This is a very obtuse way of creating a monitoring script on a OS without the use of curl / Nagios / extra perl modules.
Any help given will be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Wget 仅适用于 http、https 和 ftp 协议(手册页)
如果您需要从 Unix 访问 Windows 文件,您有多种选择
Wget works only with http, https, and ftp protocols (man page)
if you need to access Windows files from Unix, you have several choices