i need to increase the connections from 50 to 75 i have done a search and was not able to find the correct answer. does anyone know how to do this. thanks kwick
If you have Debian (I think Ubuntu too) this will work for you. I don't know how pure-ftpd settings are managed in other distributions, but the values to change are the same (could be different where to make changes). http://www.howtoforge.com/forums/showthread.php?t=52838
thanks for the input this is solved for anyone else that need the info this is what i did Code: sudo bash -c "echo 75 > /etc/pure-ftpd/conf/MaxClientsNumber" sudo /etc/init.d/pure-ftpd-mysql restart
thanks for the reply the ftp is already running and ports are assigned this is just taking the current connections from 50 to 75