Expose FTPDir Connection Limits in the Web UI

Discussion in 'Feature Requests' started by Oleg Usmanov, May 21, 2020.

Tags:
  1. Oleg Usmanov

    Oleg Usmanov New Member

    Joined:
    May 21, 2020
    Messages:
    1
    Likes Received:
    0
    At the very least there is a 3 connection limit per IP for the ProFTPd (which is used for FTPdirs) which prevents fast (100+ mbps) FTP transfer rates for long range (inter-continental with long roundtrip) file transfers. Would be nice if the following was exposed for ProFTPd in the Web UI:
    ---MaxClientsPerHost: Limits the number of clients that may be connecting from the same host

    If possible then the rest of configs would be nice as well but less important:
    • MaxInstances: Limits the overall number of connections
    • MaxClients: Limits the number of connections on a per-server/vhost basis
    • MaxClientsPerUser: Limits the number of clients that may be logged in at one time using the same username
    • MaxHostsPerUser: Limits the number of hosts from which clients may be logged in at one time using the same username
    Not sure if the same limits apply to sftp or if there are equivalent variables. Thank you.
     
  2. Alan O'Reilly

    Alan O'Reilly New Member

    Joined:
    Mar 6, 2017
    Messages:
    20
    Likes Received:
    2
    I am having problems with my FTP not accepting connections. I would also like more options in the Web UI in particular a white list for FTP.
     
    Oleg Usmanov likes this.

Share This Page