Ftp – IIS FTP Server on Windows 2008 R2 Standard – Can only logon using administrator user/pass

authenticationftpiis-7.5

I've setup a FTP server in IIS 7.5 on Windows Server 2008 R2 Standard and enabled Basic Authentication. I have a basic user ("Ropstah") on the server which is in the Users and Some Custom groups. I've allowed the Some Custom group read/write access on the FTP folder.

Now when I connect to the server using "Ropstah" I get the following error:

530 User cannot login

Why is this? (I am able to login to the FTP using the administrator account though…)

Any help would be greatly appreciated!

Set in IIS

enter image description here

Set in Windows Explorer:

enter image description here

Best Answer

I have a basic user ("Ropstah") on the server which is in the Users and Some Custom groups. I've allowed the Some Custom group read/write access on the FTP folder.

Where have you configured this? Setting it in the IIS FTP settings is only one step. You also need to give that group appropriate permissions on the NTFS ACLs for the FTP directory(ies) on the server. You'll probably want to give Modify in most cases.