Microsoft IIS:如何更改文件权限?

发布于 2024-09-04 00:47:05 字数 304 浏览 7 评论 0原文

如何更改 Microsoft IIS 上的文件/文件夹权限?

我应该使用 icacls 吗?我可以从 ftp 使用它吗?我目前使用 Microsoft ftp 协议登录,但我得到:

ftp> icacls
?Invalid command.

相当于什么

ls -l (to see the permissions)

谢谢

chmod -R folder +arwx

how can I change file/folders permissions on Microsoft IIS ?

Should I use icacls ? Can I use it from ftp ? I'm currently logged in with Microsoft ftp protocol but I get:

ftp> icacls
?Invalid command.

What's the equivalent of

ls -l (to see the permissions)

and

chmod -R folder +arwx

thanks

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

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

发布评论

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

评论(1

等数载,海棠开 2024-09-11 00:47:05

这些 cacls/icacls 命令无法通过 FTP 使用;也许您可以创建自己的服务器端脚本来实现这一目的。

如果您正在寻找一次性配置解决方案,那么问题可能与编程无关

These cacls/icacls commands are not available via FTP; perhaps you can create your own server side script that does the trick.

If you are looking for one time configuration solution, the question may not be programming related

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