IIS 6.0 FTP Folder Permissions

Posted by Beuy on Server Fault See other posts from Server Fault or by Beuy
Published on 2010-04-10T04:40:12Z Indexed on 2010/04/10 4:43 UTC
Read the original article Hit count: 434

Filed under:
|
|

I have a IIS Ftp website setup like so \ftp\users\domain\public\public

Software that runs on clients computers logs into the FTP by specifying domain\public and moving to public, it then uploads or downloads files / folders into that area.

I wan't to restrict the permissions on \ftp\users\domain\public so that nothing / noone can write files or folders here, only to \ftp\users\domain\public\public.

I setup the NTFS permissions of the folder to remove domain\users, public and server\users to not have modify right, yet I can still upload / modify files.

I have disabled inheritance from the parent folder of \ftp\users\domain\public as well.

Any ideas on what I'm missing here?

P.S I know this is a stupid setup and makes no sense, it's some bizarre legacy application that I need to migrate to a safer environment until it can be replaced, then I'm going to light it on fire -.- and dance around it.

© Server Fault or respective owner

Related posts about iis

Related posts about ftp