Skip to content
Snippets Groups Projects
  • Rob Swindell's avatar
    2bc0e24a
    Implement max concurrent connections for FTP · 2bc0e24a
    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
    2bc0e24a
    History
    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