
我正在嘗試使用 IIS 在本機電腦上設定一個非常基本的 FTP 站點,然後瀏覽它。雖然它看起來很簡單,但我無法讓它與基本身份驗證一起使用。
在這裡發布它的風險是答案看起來很簡單,因為我得到的錯誤是
Response: 530-User cannot log in.
Response: Win32 error: The user name or password is incorrect.
Response: Error details: Anonymous authentication is not allowed.
Response: 530 End
Error: Critical error: Could not connect to server
因此,典型的反應是我的密碼錯誤。但我嘗試了很多選項,包括複製和貼上密碼以確保它是相同的。同樣的錯誤。
誰能發現我缺少什麼嗎?
這是我的配置設定:
注意:將加密變更為使用普通 FTP(不安全)不會產生任何影響。