530 User cannot log in, home directory inaccessible SERVER 2012 R2

BAD311

Member
Mar 18, 2009
88
0
0
Hello all,

My first Windows server is up and running, yay!!

I believe I've setup the FTP properly but keep running into user auth issues. I added users to the server via Dashboard > Users and set them all up as standard users.

I then went into IIS via Server Manager > Tools > IIS and added the user to FTP Authentication under the site domain I setup then made sure FTP directory was my storage pool drives I setup earlier today.

I saved everything and restarted server.

However, when I try to access server via FTP I get the following:
*Note that I've masked the domain/IP until it is fully secure.

*** CuteFTP 8.3 - build May 19 2010 ***

STATUS:> [4/9/2015 2:08:14 AM] Getting listing ""...
STATUS:> [4/9/2015 2:08:14 AM] Resolving host name ********.com...
STATUS:> [4/9/2015 2:08:14 AM] Host name ********.com resolved: ip = 50.192.**.**.
STATUS:> [4/9/2015 2:08:14 AM] Connecting to FTP server... ********.com:21 (ip = 50.192.**.**)...
STATUS:> [4/9/2015 2:08:14 AM] Socket connected. Waiting for welcome message...
[4/9/2015 2:08:14 AM] 220 Microsoft FTP Service
STATUS:> [4/9/2015 2:08:14 AM] Connected. Authenticating...
COMMAND:> [4/9/2015 2:08:14 AM] AUTH SSL
[4/9/2015 2:08:14 AM] 234 AUTH command ok. Expecting TLS Negotiation.
STATUS:> [4/9/2015 2:08:14 AM] Establishing SSL session...
STATUS:> [4/9/2015 2:08:15 AM] Connected. Exchanging encryption keys...
STATUS:> [4/9/2015 2:08:15 AM] SSL Connect time: 64 ms.
STATUS:> [4/9/2015 2:08:15 AM] SSL encrypted session established.
COMMAND:> [4/9/2015 2:08:15 AM] PBSZ 0
[4/9/2015 2:08:15 AM] 200 PBSZ command successful.
COMMAND:> [4/9/2015 2:08:15 AM] USER hmg
[4/9/2015 2:08:15 AM] 331 Password required
COMMAND:> [4/9/2015 2:08:15 AM] PASS *****
[4/9/2015 2:08:16 AM] 530 User cannot log in.
ERROR:> [4/9/2015 2:08:16 AM] Not logged in.
ERROR:> [4/9/2015 2:08:16 AM] Can't login. Disconnecting...

Does anyone have a really good, detailed way to add users and get this to work??