有关命令的问题:“net use * http://myserver.com”

发布于 2024-09-15 20:36:04 字数 186 浏览 8 评论 0原文

显然我可以 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 技术交流群。

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

发布评论

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

评论(1

So要识趣 2024-09-22 20:36:04

是和不是。在此 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.

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