我在服务器上使用 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
我怎样才能解决这个问题?
我搜索了很多次,但似乎没有多少人遇到过这个问题。大多数人遇到的是端口转发问题,或者位于 NAT 后面,而我不认为我遇到过这种情况,因为我确实收到了欢迎消息。
答案1
检查日志,看它们是否说了什么。你可以在某个地方找到它们/var/log
如果你不能,我的建议是在前台以高详细程度启动守护进程,看看发生了什么。如何做到这一点:
以 root 身份:
/usr/sbin/proftpd -n
结束于:
Ctrl+C
答案2
检查此目录的权限。它们可能会导致此问题。