Sentora Support Forums
FTP port 21 is closed - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: FTP Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=39)
+---- Thread: FTP port 21 is closed (/showthread.php?tid=2318)

Pages: 1 2 3


RE: FTP port 21 is closed - CMs222 - 02-13-2018

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 ??


RE: FTP port 21 is closed - CMs222 - 02-28-2018

ADD EPEL REPO before installing Centos 7

## RHEL/CentOS 7 64-Bit ##
# wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# rpm -ivh epel-release-latest-7.noarch.rpm


RE: FTP port 21 is closed - bluebrad - 07-17-2018

(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?



RE: FTP port 21 is closed - xtiko - 07-25-2018

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.