vsftpd

1. Check and start vsftpd and

  run

  #ntsysv to

  see if there is vsftpd, if yes, select it, if not, install vsftpd.

  Start ftp.

  #service vsftpd restart

  2. Configure the vsftpd user and enable the root user.

  #cd /etc/vsftpd

  #vi ftpuusersComment

  out the root

  Some people on the Internet say that you need to modify the user_list file

  #vi user_list

  Comment out the root

  After following the above steps, I still can’t log in successfully, so I searched the Internet for the answer and finally found how to solve it.

  Also need to execute

  #iptables -I INPUT -p tcp --dport 21 -j ACCEPT

  Maybe there is a problem with my iptables module, so I need to execute the above command.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327030489&siteId=291194637