我正在使用 XAMPP 來測試我的 WordPress 網站開發。我正在嘗試安裝一個插件。這需要透過 FTP 發送文件。我正在使用“ProFTPD”附帶的 XAMPP 堆疊。因此,按照說明,我建立了一個名為「ftp」的新群組,然後將我的帳戶新增到該群組。然後我htdocs
按照以下命令設定資料夾的權限:
sudo chown root:ftp htdocs
sudo chgrp 755 htdocs
現在,我啟動「ProFTPD」伺服器。然後,我使用 Filezilla 用戶端使用 127.0.0.1 我的 MAC 系統使用者名稱我的 MAC 系統使用者密碼連接埠 21 Quickconnect 連接到該伺服器。
我收到以下錯誤:
Status: Connecting to 127.0.0.1:21...
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
Command: USER fathemancre
Response: 331 Password required for <my_mac_username>
Command: PASS ********
Response: 530 Login incorrect.
注意好像可以連接FTP伺服器,但為什麼無法登入呢?我非常確定該密碼是我的系統密碼。我的設定中可能缺少什麼,導致我的 ProFTPD 伺服器登入資訊無法被識別?
XAMPP 詳細資料:版本 5.5.30
MAC 作業系統:El Capitan 10.11.6 Mac Book Air
文件齊拉:3.21.0