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