Ftp
無法連接到我的 ftp 伺服器
我有一台非常簡單地登錄 ssh 的電腦。我想在這台電腦上託管我的站點,並將 proftpd 安裝為 ftp 伺服器,但是當我嘗試使用 filezilla 從另一台電腦連接到我的伺服器時,出現此錯誤:
Status: Disconnected from the server Status: Connection to 192.168.43.69:21 ... Status: Connection established, waiting for the greeting message ... Status: Server not secure, this one does not support FTP on TLS. Command: USER root Answer: 331 Password required for root Order: PASS ***** Answer: 530 Incorrect authentication. Error: Critical error: Can not connect to server
我使用我的帳戶 linux 的密碼結果是一樣的,我使用用於加密我的密鑰 ssh 的秘密片語總是出現相同的消息。
我什至創建了另一個沒有 root 權限的 linux 使用者,但我仍然有同樣的錯誤。
請幫幫我!
我設法使用 sftp 協議登錄,它工作正常!它似乎比 ftp 安全得多,所以我向所有網路管理的初學者推薦它!