I have a Windows 2016 server with IIS 10.
I am having problems setting up the NTFP permissions to allow FTP write/delete to my Users' virtual web folders. My users have write problems when they are using any FTP client (FileZilla, etc).
Here are the settings I have tried in IIS and on the server folders.
IIS Server>FTP Authentication - Anonymous Authentication=Disabled, Basic Authentication=Disabled
IIS Server>FTP Authorization Rules=None
Site>FTP Authentication - Anonymous Authentication=Disabled, Basic Authentication=Enabled
Site>FTP Authorization Rules=Allow All Users
Site>FTP User Isolation=Do not isolate user. Start users in FTP root directory
Virtual Web Folder>FTP Authorization Rules=Allow All Users
NTFS Permissions - With these permissions my FTP Users can List all folders and files, but they cannot write or delete.
C:\InetPub
Creater Owner=Special, System=Full, Administrators=Full, Users=(read, list, execute, special)
C:\InetPub\wwwroot
Creater Owner=Special, System=Full, Administrators=Full, Users=(read, list, execute),
Internet Guest Account=(read, list, execute), Network Service=(read, list, execute)
C:\InetPub\wwwroot\UserFolder
Creater Owner=Special, System=Full, Administrators=Full, Users=(read, list, execute),
Internet Guest Account=(read, list, execute), Network Service=(read, list, execute), Network=(read, list, execute), Interactive=list
Domain\User=Full Control
If I add Modify permissions to the Users Group on the C:\InetPub\wwwroot\UserFolder, my users can (read, write, list, and delete). The problem is that they can also modify other UserFolders.