search

Home  >  Q&A  >  body text

CentOS中vsftpd配置后无法登陆

已经配置好的ftp,
在fileZilla,协议是FTP,加密没有(普通FTP),能登陆进去(几乎秒登)。
但是在文件夹下,(or 浏览器下)就等不进去。显示回应时间过长。

vsftp的配置:

anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_std_format=YES
listen=YES

pam_service_name=vsftpd
userlist_enable=YES
tcp_wrappers=YES

求解!

我想大声告诉你我想大声告诉你2821 days ago753

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-04-26 09:03:42

    I did it myself and it turned out to be a firewall problem:
    Add a line under /etc/sysconfig/iptables-config:

    IPTABLES_MODULES='ip_conntrack_ftp"
    

    Just restart the firewall.

    reply
    0
  • 滿天的星座

    滿天的星座2017-04-26 09:03:42

    ftp://username:password@ip
    What about this

    reply
    0
  • Cancelreply