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

 

# 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

相关文章:

  • 2021-04-20
  • 2022-12-23
  • 2022-12-23
  • 2021-05-05
  • 2021-09-03
  • 2021-06-07
  • 2021-08-17
  • 2021-12-24
猜你喜欢
  • 2021-10-31
  • 2021-07-01
  • 2022-12-23
  • 2021-12-31
  • 2021-06-25
相关资源
相似解决方案