Sentora Support Forums

Full Version: FTP port 21 is closed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
How to rebuild it from GitHub ?
How to add a symbolic link to the configs unders /config/proftp ?
any chance of a guide . not just for me but for the many users that are having this problem with centos 7 install.
I guess it will be fixed when 1.0.4 is ready but would be great if we can still learn how to fix this problem.
being a newbie myself
Thanks Smile

Maybe the guide to fixing this Error could be made a sticky so the FTP section is not full of new members asking and reposting the same problem ??
ADD EPEL REPO before installing Centos 7

## RHEL/CentOS 7 64-Bit ##
# wget http://dl.fedoraproject.org/pub/epel/epe...noarch.rpm
# rpm -ivh epel-release-latest-7.noarch.rpm
(10-31-2017, 07:00 AM)did you ever get the FTP back running ? Everton Wrote: [ -> ]Am I having the same problem as solving? At the time of the installation of the sentora it already installs an FTP server? or have to install separately?
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.
Pages: 1 2 3