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