IIS6 FTP ignores NTFS file permissions?
In an Intranet environment, I have an FTP server installed to publish files to websites. A user connected to a production FTP server (allowed) to publish files (allowed) then navigated to a folder that did not belong to her (allowed), then wrote files there (FTP allowed but not NTFS.)
Only administrators and the system have write rights to this folder, and it is not the administrator of any group.
Does FTP ignore NTFS securities? How did she write the site she only read access to?
Thank.
source to share
What kind of user does the FTP service run? Perhaps it is checking this custom permission instead of the logged in user. I would expect (but donβt know for sure) that a Microsoft FTP server (or one that is tightly integrated with the proprietary MS stuff) would act like the user who is logged in, but a third party might be able to access the files like anyone else to the user a service (SYSTEM or LOCAL SERVICE?).
source to share