已经配置好的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
求解!
I did it myself and it turned out to be a firewall problem:
Add a line under /etc/sysconfig/iptables-config:
Just restart the firewall.
ftp://username:password@ip
What about this