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

前端之家收集整理的这篇文章主要介绍了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/

原文链接:https://www.f2er.com/windows/370420.html

猜你在找的Windows相关文章