IIS新建FTP站点 could not access the home directory
IIS添加FTP用户,用FTP登陆提示:
530 User cannot log in, home directory inaccessible
原因在于没有定义用户user的home目录,或者没有read的permission
我的电脑 右键 -> 管理 -> 本地用户和组 -> 用户 点击右键 新用户-> 设置相应的密码 -> IIS -> FTP站点 右键 新建FTP站点 -> 填写HOME路径 及勾选读与写的相关权限 (home目录也需要相对应用户的权限)
EVENTLOG里的错误是这样的:
- Event Type: Warning
- Event Source: MSFTPSVC
- Event Category: None
- Event ID: 13
- Date: 2009-6-16
- Time: 19:52:53
- User: N/A
- Computer: xxx
- Description:
- User cai168.cn failed to log on, could not access the home directory /.
- For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
同楼上,我也没有看懂
深奥,看不懂