|
|
发表于 2006-2-12 19:34:31
|
显示全部楼层
我也想知道,我是刚弄的VSFTPD,配置文件如下(开的很少,试验):
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
connect_from_port_20=YES
xferlog_enable=YES
xferlog_file=/var/log/vsftpd.log
nopriv_user=nobody
本机登录一点问题都没有,用其它机器登录就是
ftp x.x.x.x
connected to x.x.x.x
connection closed by remote host
然后就啥也没有了……
没有IPTABLE,没有/etc/hosts.allow,/etc/hosts.deny文件 |
|