禁用vsftpd欢迎语

第三方说是,手工的时候正常;用程序的时候,会被欢迎语阻挡;

 

# ps aux|grep vs
root 8750 0.0 0.0 5192 516 ? Ss 10:10 0:00 /usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf
root 8758 0.0 0.0 5196 704 pts/2 S+ 10:13 0:00 grep vs

# /etc/vsftpd/

# vi vsftpd.conf

看看配置文件里有没有:

dirmessage_enable=YES

ftpd_banner= 

banner_file=

注释掉,然后重启服务

# service vsftpd restart

posted @ 2012-09-24 10:12  陳聽溪  阅读(268)  评论(0)    收藏  举报