FTP Error 530, User cannot log in, home directory inaccessible

ftpuser-managementwindows-server-2008

I've been tasked with setting up an FTP directory for a client of ours. I'm working from a Windows 2008 Server with IIS 7 installed.

To create the FTP user directory I've followed this eHow tutorial.

The FTP site is already set up on IIS 7, so I skipped that bit and followed the rest exactly. However, when I try to connect via FileZilla, I get the following errors:

Status: Connecting to xxx.xx.xx.xx:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER userFTP
Response: 331 Password required for userFTP.
Command: PASS ********
Response: 530 User cannot log in, home directory inaccessible.
Error: Critical error
Error: Could not connect to server

I've double checked the permissions of the user and everything appears to be as it should. If anyone has any advice, I'd be so grateful.

Best Answer

It's not clear to me from reading your post and the link you provided as to whether or not you're using user isolation. My suggestion would be to determine whether or not you want to use user isolation or not and then start from scratch.

Here's a link that may help:

http://learn.iis.net/page.aspx/305/configuring-ftp-75-user-isolation/