Skip to content
  • Rob Swindell's avatar
    8b2b02e1
    Implement max concurrent connections for FTP · 8b2b02e1
    Rob Swindell authored
    Support optional limit on concurrent connections from the same IP address to the FTP server by setting MaxConcurrentConnections in the [ftp] section of sbbs.ini. Unlike the mail server and the terminal server, this concurrent-connection count is not discounted by the number of authenticated logins. The default value is 0 (unlimited).
    
    This closes issue #156
    8b2b02e1
    Implement max concurrent connections for FTP
    Rob Swindell authored
    Support optional limit on concurrent connections from the same IP address to the FTP server by setting MaxConcurrentConnections in the [ftp] section of sbbs.ini. Unlike the mail server and the terminal server, this concurrent-connection count is not discounted by the number of authenticated logins. The default value is 0 (unlimited).
    
    This closes issue #156
Loading