编辑 /etc/vsftpd.conf 如下:

listen=YES
anonymous_enable=NO
local_enable=YES
check_shell=NO
write_enable=YES
local_umask=022
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
connect_from_port_20=YES
#chroot_list_enable=YES
pam_service_name=ftp

参考链接:https://www.jb51.net/LINUXjishu/138726.html

相关文章:

  • 2022-02-11
  • 2021-08-22
  • 2021-11-23
  • 2021-11-12
  • 2021-07-17
  • 2021-07-25
  • 2022-12-23
  • 2021-04-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2021-11-06
相关资源
相似解决方案