Windows Server 2008 中的匿名帐户

Windows Server 2008 中的匿名帐户

我正在尝试在 Windows 2008-r2 上的 IIS Ftp 服务器(v7.5)上添加匿名访问

我将 IUSR 帐户添加到我的文件夹并赋予其完全访问权限。我关闭了两端(客户端和服务器)的防火墙

每次我尝试使用匿名帐户从 Filezilla(或 ftp cli 命令)连接时,都会得到:

530-User cannot log in.
 Win32 error:   Logon failure: unknown user name or bad password.
 Error details: An error occured during the authentication process.
530 End
Login failed.

在 cmd.exe 下,我得到这个:

Connected to mysite.
220 Microsoft FTP Service
User (mysite:(none)): anonymous
331 Anonymous access allowed, send identity (e-mail name) as password.
Password:
530 User cannot log in.
Login failed.

更新

听起来很奇怪,但是现在打开/关闭“匿名身份验证凭据”窗口后(顺便说一下,该窗口的“密码”字段有三个点,我不知道为什么)

现在我可以连接客户端,但出现“无法检索目录列表”的错误

啥???

答案1

当您添加 FTP 角色时是否添加了 FTP 扩展功能?

在此处输入图片描述

相关内容