小编AJ *_*das的帖子

无法在连接到 vsftpd 的 Filezilla 中检索目录列表

新手在这里。

起初我无法连接到 vsftpd,但我在 iptables 中添加了端口 21(我在 Centos 6 上运行)并设法使其工作。但是现在,我无法通过Command: LISTFilezilla

这是日志:

Status: Connecting to 162.xxx.xx.xxx:21...
Status: Connection established, waiting for welcome message...
Response:   220 (vsFTPd 2.2.2)
Command:    USER cjflores
Response:   331 Please specify the password.
Command:    PASS ******************
Response:   230 Login successful.
Command:    OPTS UTF8 ON
Response:   200 Always in UTF8 mode.
Status: Connected
Status: Retrieving directory listing...
Command:    PWD
Response:   257 "/"
Command:    TYPE I
Response:   200 Switching to Binary mode.
Command:    PASV
Response:   227 Entering Passive …
Run Code Online (Sandbox Code Playgroud)

iptables ftp centos6 vsftpd

6
推荐指数
1
解决办法
4万
查看次数

标签 统计

centos6 ×1

ftp ×1

iptables ×1

vsftpd ×1