Installing FTP on a LAMP server

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


Was this article helpful?

mood_bad Dislike 0
mood Like 0
visibility Views: 2886