A little guidance setting up FTP server authentication on Windows Server 2008 R2 standard?

Posted by Ropstah on Server Fault See other posts from Server Fault or by Ropstah
Published on 2012-06-19T20:14:47Z Indexed on 2012/06/19 21:18 UTC
Read the original article Hit count: 220

I have a (clean) server running Windows Server 2008 R2 standard. I would just like to use it for serving a website and a FTP server through IIS. IIS is installed and serves my website propery. I have now added a FTP site but when I try to logon using my user/pass i get the following error:

530 User cannot login

From this article (http://support.microsoft.com/kb/200475) I understand that these four causes can be pointed out:

  1. The Allow only anonymous connections security setting has been turned on in the Microsoft Management Console (MMC). Not the case
  2. The username does not have the Log on locally permission in User Manager. The user is in the Users group, however I'm not able to logon through RDP. I tried configuring this by following this article through GPMC however this only works when I'm logged in as a domain user on a domain controller which I'm not: I'm logged in as administrator
  3. The username does not have the Access this computer from the network permission in User Manager. Not sure what this implies...?
  4. The Domain Name was not specified together with the username (in the form of DOMAIN\username). Tried adding the server name: server\username, not working...

I am an absolute server noob and I'd just like to be able to connect through FTP... Any guidance is highly appreciated!

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about ftp