I think I might have incorrectly configured an ftp site (it's my first time setting one of these up) in IIS 7.5 on Windows Server 2008 R2, but I'm not sure where I've gone wrong. The error that I keep getting is "User cannot log in, home directory inaccessible." This happens when I:
- Open up a Windows command prompt.
- Type
ftp localhost
. - Enter the user name and password for the Windows account that was configured specifically for this purpose.
I gave full control permissions to the user for the physical folder which the ftp site references. I also have the site configured for Basic Authentication (using the aforementionad Windows user name and password). At any rate, I'm kind of lost at this point... Any help on how I might troubleshoot this would be very much appreciated!
Oh, I also checked to make sure that the length of the computer name of the server is indeed less than 15 characters long (I read on another forum somewhere that this sometimes causes an issue with ftp log ins).
Thanks!
Andrew