I've set up the IIS/FTP server on Windows Server 2008, with basic authentication enabled. I have set the physical path of my site to d:\ftp
When I connect to the ftp server as user1 I get the error "530 User cannot log in, home directory inaccessible"
Here's what I've done so far:
- created a local user account called user1
- created a subfolder called user1 in d:\ftp
- granted user1 full access to d:\ftp
- added an Allow rule to the FTP site for all users (Read/Write)
- set FTP user isolation to "User name directory (disable global virtual directories)"
Can anyone advise on how I can resolve this - i.e. to allow an FTP login as user1, with a home directory of d:\ftp\user1 ?
When I connect to the ftp server as user1 I get the error "530 User cannot log in, home directory inaccessible"
Here's what I've done so far:
- created a local user account called user1
- created a subfolder called user1 in d:\ftp
- granted user1 full access to d:\ftp
- added an Allow rule to the FTP site for all users (Read/Write)
- set FTP user isolation to "User name directory (disable global virtual directories)"
Can anyone advise on how I can resolve this - i.e. to allow an FTP login as user1, with a home directory of d:\ftp\user1 ?