Unlimited FTP connections ISPConfig 3.1.3

Discussion in 'Installation/Configuration' started by allanalmeida, May 27, 2017.

  1. allanalmeida

    allanalmeida New Member

    Hello,

    I wonder if anyone knows how to help me.

    I have two servers:
    Server A
    Server B

    Server A has Pydio installed.

    Server B is the files that users download in Pydio, the connection is made through FTP, I create the FTP account and I add in Pydio of Server A.

    The problem:

    I have a problem in the limit of simultaneous connections in FTP, as are many people who download, it ends up dropping the connection when I'm downloading something in Pydio.

    What do you do to have no problem with the FTP connection and leave the connection unlimited?

    I need to download many files and there are hundreds of people who access the server in college.

    Can someone help me?

    Regards,

    Allan Almeida
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    On Debian and Ubuntu, you would use e.g. this:

    echo '1000' > /etc/pure-ftpd/conf/MaxClientsNumber
    echo '1000' > /etc/pure-ftpd/conf/MaxClientsPerIP

    and then restart pure-ftpd.
     

Share This Page