In order to install FTP on a LAMP server, open the console and issue the following commands:
yum install epel-release
yum install proftpd
systemctl start proftpd
systemctl enable proftpd
In order to install FTP on a LAMP server, open the console and issue the following commands:
yum install epel-release
yum install proftpd
systemctl start proftpd
systemctl enable proftpd