Debian
無法連接到伺服器 ProFTPd Debian
我在伺服器上使用 ProFTPd 作為我的 FTP 程序,但無法登錄。我已經為它啟用了 MySQL,以便我可以使用 web 工具為其創建使用者/組。連接本身似乎很好,但是,登錄似乎不起作用。
FileZilla 是我用來連接伺服器的工具,它告訴我:
Status: Resolving address of xx.xxxxxxx.xx Status: Connecting to xxx.xxx.xxx.xxx:21... Status: Connection established, waiting for welcome message... Response: 220 ProFTPD 1.3.3a Server (Debian) [xxx.xxx.xxx.xxx] Command: USER lolmewn Response: 331 Password required for lolmewn Command: PASS ********** Error: Could not connect to server Status: Disconnected from server
我怎樣才能解決這個問題?
我google了很多,但似乎沒有多少人遇到過這個問題。他們中的大多數都有埠轉發問題,或者在 NAT 之後,我認為我沒有,因為我確實收到了歡迎消息。
如果他們說什麼,請檢查日誌。你可以在某個地方找到它們
/var/log
如果你不能,我的提示是在前台以高詳細度啟動守護程序,看看發生了什麼。怎麼做:
作為根:
/usr/sbin/proftpd -n
結束它:
Ctrl+C
檢查此目錄權限。他們可以造成這種情況。