Microsoft IIS: how can I change file permissions ?
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-06-03T07:31:20Z
Indexed on
2010/06/03
7:34 UTC
Read the original article
Hit count: 412
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
© Stack Overflow or respective owner