Hi,
As we all know, basic FTP client can't change file/folder permission through the client itself, rather I have to manually set it server side when they ask me. Now, I'm searching some workaround, like capturing client commands on server and then do ICACLS programmatically with say powershell. So my question is, how to get client FTP commands on server to do this?
Windows Server 2016, IIS
Thanks