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
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
精彩评论