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 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:32] – [Configure] Remove references to 00index.html and JS digital man
Line 46: Line 46:
  
         ; 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 58:
         ; 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 67:
 ; 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>