Original link: https://www.lifengdi.com/archives/article/tech/3952
1. Install vsftpd sudo yum install -y vsftpd 2. Set vsftpd to start automatically after booting sudo systemctl enable vsftpd 3. Start the FTP service sudo systemctl start vsftpd 4. Confirm whether the service starts sudo netstat -antup | grep ftp 5. Create a user for the FTP service , for example, create admin sudo useradd admin 6. Set the user password sudo passwd admin 7. Create the file directory used by the FTP service su […]
This article is reproduced from: https://www.lifengdi.com/archives/article/tech/3952
This site is for inclusion only, and the copyright belongs to the original author.