windows-server-2008 – FTP错误530,用户无法登录,主目录无法访问

我的任务是为我们的客户设置一个FTP目录.我正在使用安装了IIS 7的 Windows 2008 Server.

为了创建FTP用户目录,我遵循了this eHow tutorial.

FTP站点已经在IIS 7上设置了,所以我跳过了这一点并完全按照其余部分进行了操作.但是,当我尝试通过FileZilla连接时,我收到以下错误

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

我已经仔细检查了用户的权限,一切看起来都应该如此.如果有人有任何建议,我会非常感激.

通过阅读您的帖子以及您提供的关于您是否使用用户隔离的链接,我不清楚.我的建议是确定是否要使用用户隔离,然后从头开始.

这是一个可能有用的链接

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

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...