I'm using Windows 2012 server with IIS FTP component. I'm created a new local user in the server that clients, who using FTP protocol, can access with.
The client is "Writer only". I'm want to give him enough permission to write his knowledge, but never allow him to read written files.
The needed permission are:
- Delete \ Create file.
- Delete \ Create directory.
- Listing directory: files and sub-directories.
- Override file content.
Which windows-permissions I'm need to give my "Writer" user?
Thank you!