Many are using 'vsftpd', however, it isn't as good and simple as 'proftpd'. vsftpd requires complex config after installation and may be even not working.
proftpd is simple, install and run immediately by using available system users.
Installation:
sudo yum install proftpd -y
sudo systemctl start proftpd
sudo systemctl enable proftpd
Make sure the username is not listed in /etc/ftpusers
Use any FTP client to connect.
No comments:
Post a Comment