Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

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
Next revisionBoth sides next revision
server:ftp [2019/06/19 17:25] – A first cut. Some content pasted from http://synchro.net/docs/file_section.html#SynchronetFTPServer digital manserver:ftp [2020/12/29 23:33] – [Configure] Add MaxConcurrentConnections to example [ftp] section from sbbs.ini digital man
Line 39: Line 39:
  Port = 21  Port = 21
  MaxClients = 10  MaxClients = 10
 +        MaxConcurrentConnections = 0
  MaxInactivity = 300  MaxInactivity = 300
  QwkTimeout = 600  QwkTimeout = 600
Line 46: Line 47:
  
         ; Passive transfer settings to work-around broken/stupid firewall/NAT devices         ; Passive transfer settings to work-around broken/stupid firewall/NAT devices
-        ; see docs/tcpip_faq.html for details 
         ; the LOOKUP_PASV_IP option can be useful for dynamic IPs         ; the LOOKUP_PASV_IP option can be useful for dynamic IPs
  PasvIpAddress = 0.0.0.0  PasvIpAddress = 0.0.0.0
Line 59: Line 59:
         ; Dynamically generated index files         ; Dynamically generated index files
  IndexFileName = 00index  IndexFileName = 00index
- HtmlIndexFile = 00index.html 
- HtmlIndexScript = ftp-html.js 
 ; Supported options (separated with |): ; Supported options (separated with |):
 ; DEBUG_RX ; DEBUG_RX
Line 70: Line 68:
 ; DIR_FILES ; DIR_FILES
 ; KEEP_TEMP_FILES ; KEEP_TEMP_FILES
-; HTML_INDEX_FILE 
 ; LOOKUP_PASV_IP ; LOOKUP_PASV_IP
 ; NO_HOST_LOOKUP ; NO_HOST_LOOKUP
 ; NO_RECYCLE ; NO_RECYCLE
-; NO_JAVASCRIPT 
 ; MUTE ; MUTE
-Options = INDEX_FILE | HTML_INDEX_FILE | ALLOW_QWK+Options = INDEX_FILE | ALLOW_QWK
 </file> </file>