killertip
Vsftp 中NLST命令不能用?
vsftpd.conf配置如下:
anonymous_enable=YES
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_file=/var/log/vsftpd.log
xferlog_std_format=YES
pam_service_name=vsftpd
userlist_enable=YES
listen=YES
tcp_wrappers=YES
cmds_allowed=ABOR,CWD,DELE,LIST,MDTM,MKD,NLST,PASS,PASV,PORT,PWD,QUIT,RETR,RMD,RNFR,RNTO,SIZE,STOR,TYPE,USER,ACCT,APPE,CDUP,HELP,MODE,NOOP,REIN,STAT,STOU,STRU,SYST
登陆后
NLST a000000000/*.*
00210:2008-03-20 16:01:24 : FTP响应信息:< 150 Here comes the directory listing.
00211:2008-03-20 16:01:24 : FTP响应信息:< 226 Transfer done (but failed to open directory).
我设置允许NLST命令呀,为什么还是无法执行