Pure Ftp Connetions

Discussion in 'Server Operation' started by kwickcut, Mar 22, 2012.

  1. kwickcut

    kwickcut Member HowtoForge Supporter

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

    erosbk New Member

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

    kwickcut Member HowtoForge Supporter

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

    erosbk New Member

    Is not enough, you must assign 2 ports per connection... see my post :p
     
  5. kwickcut

    kwickcut Member HowtoForge Supporter

    thanks for the reply

    the ftp is already running and ports are assigned this is just taking the current connections from 50 to 75
     

Share This Page