IIS 6.0 FTP Folder Permissions
- by Beuy
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.