RE: FTP port 21 is closed
07-25-2018, 01:49 PM
(This post was last modified: 07-25-2018, 01:50 PM by xtiko.)
I had the same bug, but after few testing let me share this issue with you
As Root session, You can install it easly like this :
sudo yum Install proftpd
then before you start :
vim /etc/proftpd.conf
near the line 38 unqote it like this :
LoadModule mod_sql_mysql.c ## remove the qote to obtain something like this :
## LoadModule mod_sql_mysql.c
Then save and quit : ( for vi)
:wq!
Start or Restart the deamon and that's it :
service proftpd restart
For me that work fine for me on Centos 7.
As Root session, You can install it easly like this :
sudo yum Install proftpd
then before you start :
vim /etc/proftpd.conf
near the line 38 unqote it like this :
LoadModule mod_sql_mysql.c ## remove the qote to obtain something like this :
## LoadModule mod_sql_mysql.c
Then save and quit : ( for vi)
:wq!
Start or Restart the deamon and that's it :
service proftpd restart
For me that work fine for me on Centos 7.