ftp ispconfig

Discussion in 'General' started by Jean-Yves, Jul 21, 2020.

  1. Jean-Yves

    Jean-Yves New Member

    Hi, I have a problem with the FTP on my server ispconfig.
    I made a mistake on installing a package vsftpd because I don't see it was pure-ftpd who is using for FTP on ispconfig.
    So, I purge vsftpd and now the user's FTP doesn't work.

    I follow the documentation for installing pure-ftpd, allow FTP and TLS sessions, and create an SSL certificate, but FTP doesn't work ...

    On the syslog I got an error when a user try to connect: "pure-ftpd: (?@?) [ERROR] Sorry, but that file doesn't exist: [/etc/ssl/private/pure-ftpd.pem]"

    Tell me if you want more informations, I'm really confused right now
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The steps to fix this are:

    1) Go through the FTP installation chapter of the perfect server guide step by step to reinstall pure-ftpd-mysql.
    2) Run an ISPConfig update and choose to reconfigure services during update.
     
  3. Jean-Yves

    Jean-Yves New Member

    First, thank you so much for your reatvitity

    The first step is done, but how to do the second one?
    I run ispconfig_update.sh but he tells me "There are no updates available for ISPConfig 3.1.15p3"
    Where to reconfigure pure-ftpd?

    Thank by advanced
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Code:
    cd /tmp
    wget https://www.ispconfig.org/downloads/ISPConfig-3.1.15p3.tar.gz
    tar xvfz ISPConfig-3.1.15p3.tar.gz
    cd ispconfig3_install/install
    php -q update.php
     
    Jean-Yves likes this.
  5. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    This is from the end of ISPCOnfig release notes:
     
    Jean-Yves likes this.
  6. Jean-Yves

    Jean-Yves New Member

    Thank you so much!
    The FTP works again!
    You guys are amazing!
    Have a good day!
     

Share This Page