windows-server-2008 – IIS7 Windows Server 2008 FTP – >响应:530用户无法登录

前端之家收集整理的这篇文章主要介绍了windows-server-2008 – IIS7 Windows Server 2008 FTP – >响应:530用户无法登录前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我刚刚在IIS.NET的许多教程之后启动了我的第一个IIS FTP站点……我使用的是IIS用户和权限,而不是匿名和/或基本.

这是我在尝试建立连接时所看到的……

  1. Status: Resolving address of ftp.mydomain.com
  2. Status: Connecting to ###.###.##.###:21...
  3. Status: Connection established,waiting for welcome message...
  4. Response: 220 Microsoft FTP Service
  5. Command: USER MyFTPUser
  6. Response: 331 Password required for MyFTPUser.
  7. Command: PASS ********************
  8. Response: 530 User cannot log in.
  9. Error: Critical error
  10. Error: Could not connect to server
它已经很老了,但我发现自己处于同样的境地.我解决了在某些配置文件中给予“网络服务”的正确权限:
  1. CACLS “%SystemDrive%\Windows\System32\inetsrv\config /G Network Service”:R /E
  2. CACLS “%SystemDrive%\Windows\System32\inetsrv\config\administration.config /G Network Service”:R /E
  3. CACLS “%SystemDrive%\Windows\System32\inetsrv\config\redirection.config /G Network Service”:R /E

希望能帮助到你.

猜你在找的Windows相关文章