Synchronet v3.21e-Win32 (install) has been released (Mar-2026).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
server:ftp [2024/10/21 22:33] – [sbbs.ini] Add NO_FTPS option digital manserver:ftp [2026/03/08 19:41] (current) – [Configure] Update SCFG screen capture w/v3.21d digital man
Line 36: Line 36:
 The Synchronet FTP server can be configured via [[util:SCFG]]:Servers->FTP Server: The Synchronet FTP server can be configured via [[util:SCFG]]:Servers->FTP Server:
  
-<file> +  ╔═════════════════════════════════════════════╗ 
-═════════════════════════════════════════════╗ +  ║             FTP Server Settings             ║ 
-║                  FTP Server                  ║ +  ╠═════════════════════════════════════════════╣ 
-═════════════════════════════════════════════╣ +  ║ │Enabled                       Yes          ║ 
-║ │Enabled                       Yes           ║ +  ║ │Log Level                     Info         ║ 
-║ │Log Level                     Informational ║ +  ║ │Network Interfaces            0.0.0.0, ::  ║ 
-║ │Network Interfaces            0.0.0.0, ::   ║ +  ║ │Control Port                  21, Data: 20 ║ 
-║ │Control Port                  21, Data: 20  ║ +  ║ │Passive Interface (IPv4)      0.0.0.0      ║ 
-║ │Passive Interface (IPv4)      0.0.0.0       ║ +  ║ │Passive Port Range            1024 - 65535 ║ 
-║ │Passive Port Range            1024 - 65535  ║ +  ║ │Auto-generate Index File      00index      ║ 
-║ │Auto-generate Index File      00index       ║ +  ║ │QWK Message Packet Transfers  Yes          ║ 
-║ │QWK Message Packet Transfers  Yes           ║ +  ║ │QWK Message Packet Timeout    10 minutes   ║ 
-║ │QWK Message Packet Timeout    10 minutes    ║ +  ║ │Max Clients                   100          ║ 
-║ │Max Clients                   100           ║ +  ║ │Max Inactivity                5 minutes    ║ 
-║ │Max Inactivity                5 minutes     ║ +  ║ │Max Concurrent Connections    Unlimited    ║ 
-║ │Max Concurrent Connections    Unlimited     ║ +  ║ │Min Uploaded File Size        0 bytes      ║ 
-║ │Sysop File System Access      Yes           ║ +  ║ │Max Uploaded File Size        Unlimited    ║ 
-║ │Allow Bounce Transfers        No            ║ +  ║ │Limit Rate of Requests        <disabled>   ║ 
-║ │Lookup Client Hostname        Yes           ║ +  ║ │Sysop File System Access      Yes          ║ 
-║ │Failed Login Attempts...                    ║ +  ║ │Allow Bounce Transfers        No           ║ 
-═════════════════════════════════════════════╝ +  ║ │Lookup Client Hostname        Yes          ║ 
-</file>+  ║ │Login Requirements                         ║ 
 +  ║ │Login Info Save                            ║ 
 +  ║ │Failed Login Attempts...                   ║ 
 +  ╚═════════════════════════════════════════════╝ 
  
 ... via [[monitor:SBBSCTRL]]:FTP->Configure: ... via [[monitor:SBBSCTRL]]:FTP->Configure:
Line 89: Line 93:
 | HackAttemptSound      |           | WAV file to play (on Windows) upon detected suspected hack attempt | | HackAttemptSound      |           | WAV file to play (on Windows) upon detected suspected hack attempt |
 | TempDirectory         | [global]  | Directory to use for temporary file storage | | TempDirectory         | [global]  | Directory to use for temporary file storage |
-| LogLevel              | [global]   | Minimum severity of log messages to be displayed / stored |+| LogLevel              | [global]  | Minimum severity of log messages to be displayed / stored |
 | BindRetryCount        | [global]  | Maximum number of TCP port bind attempts before failure | | BindRetryCount        | [global]  | Maximum number of TCP port bind attempts before failure |
 | BindRetryDelay        | [global]  | Delay (in seconds) between TCP port bind retries | | BindRetryDelay        | [global]  | Delay (in seconds) between TCP port bind retries |
 | LoginAttempt*         | [global]  | Failed login attempt throttling / filtering / banning | | LoginAttempt*         | [global]  | Failed login attempt throttling / filtering / banning |
 +| LoginInfoSave                   | An optional [[access:requirements|ARS]] that can be used to limit which users will have their login details saved to the userbase |
 | Options               | ''ALLOW_INDX_FILE | ALLOW_QWK'' | FTP server option flags (see below for details) | | Options               | ''ALLOW_INDX_FILE | ALLOW_QWK'' | FTP server option flags (see below for details) |