IIS FTP 文件夹访问问题 (550)

Jer*_*myT 5 windows ftp iis

我正在尝试连接到 IIS 服务器上的 FTP,但在查看文件/文件夹时遇到问题。我的经理能够毫无问题地进行连接,而且自从他设置以来已经很长时间了。我们为我添加了一个 Windows 帐户,我可以连接,但无法访问文件夹。我们在服务器上设置了权限,所以我可以完全控制,但它似乎仍然不想让我访问它。知道我们可能会遗漏什么吗?我们已经尝试重新启动 FTP 服务,但这似乎也不起作用。

FileZilla 日志:

Status: Retrieving directory listing...
Command:    CWD /folder_name
Response:   550 Cannot create a file when that file already exists. 
Error:  Failed to retrieve directory listing
Run Code Online (Sandbox Code Playgroud)

指令:

ftp> cd folder_name
550 Cannot create a file when that file already exists.
Run Code Online (Sandbox Code Playgroud)

Jer*_*myT 1

我上周就明白了。在 C:\Windows\System32\inetsrv\config\applicationHost.config 文件中,导致问题的问题子目录存在一组额外的权限。一旦我删除它,它就按预期工作了......