如何修复 FTP 错误 530 User Cannot Log in, Home Directory Inaccessible.
尝试连接到 IIS 托管的 FTP 服务器时, 你可能会遇到 530 User cannot log in, home directory inaccessible error. 无论您使用匿名访问还是基本身份验证,都会出现此错误.
从 FTP 客户端记录:
530 User cannot log in, the home directory is inaccessible.
严重错误: 无法连接到 服务器
解决方案
以下是最常见的根本原因及其解决方案:
- 用户可能无权访问主目录. 前往 IIS > FTP site > FTP User Isolation. 选择您的用户可以访问的目录
- IIS 可能未配置为使用被动模式 FTP. 为了使用被动模式, 输入端口范围和 IP 地址 信息系统 > Server name > FTP 防火墙支持 页
530 请使用 USER 和 PASS 登录.