有关命令的问题:“net use * http://myserver.com”
显然我可以 net use * http://servername.com
并且这个概念对我来说是全新的。
这是否意味着我正在使用 WebDAV?
安全隐患有哪些?
我怎样才能以这种方式读/写文件?
为什么它不适用于每个网站?
可以用这种方法写文件吗?
Apparently I'm able to net use * http://servername.com
and this concept is completely new to me.
Does this mean I'm using WebDAV?
What are the security implications?
How can I read/write files in this manner?
Why doesn't it work for every website?
Is it possible to write files using this method?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是和不是。在此 net use 语句之后,您可以读取常规 http 内容,就好像它是本地磁盘上的文件一样。
为了写入/随机访问和“dir”支持,网站需要实现额外的 webdav 命令。
Yes and no. After this net use statement, you can read regular http content as though it were files on your local disk.
For writing/random access and "dir" support, the website needs to implement additional webdav commands.