Microsoft IIS:如何更改文件权限?
如何更改 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些 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