I'm trying to setup a ftp server for one of my websites hosted with IIS 8 on Windows Server 2012.
So I set up my website, everything worked fine and the website is reachable.
Then I rightclicked the website entry -> Add FTP publishing -> no assigned ip address, port 21, chose my self signed certificate -> next -> Authentification: Standard, Allowed access for user Administrator, Read/Write permissions checked -> Finished.
Now I tried to connect to the ftp server using Filezilla.
Everything is fine but I only have read-only access.
I searched google for this problem but nothing helped so far.
I checked folder permissions of the users Administrator/IIS_IUSRS but both should have the rights for read/write access.
I'm not very experienced with Windows server 2012 so I dont really know where to look for.
Anything I missed to configure?