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 [2021/02/15 14:16] – [Options] Document new ALLOW_BOUNCE option digital manserver:ftp [2022/06/21 14:52] – [Options] Added an entry for the DIR_FILES option of the FTP server nightfox
Line 70: Line 70:
 | DEBUG_DATA          | Log all DATA channel activity | | DEBUG_DATA          | Log all DATA channel activity |
 | INDEX_FILE          | Auto-generate index (listing) files for optional download | | INDEX_FILE          | Auto-generate index (listing) files for optional download |
 +| DIR_FILES           | Show file information when listing files in the directories |
 | ALLOW_QWK           | Allow download/upload of QWK/REP packets | | ALLOW_QWK           | Allow download/upload of QWK/REP packets |
 | ALLOW_BOUNCE        | Allow authenticated non-guest/anonymous users to use FTP Bounce (FXP) functionality - not recommended | | ALLOW_BOUNCE        | Allow authenticated non-guest/anonymous users to use FTP Bounce (FXP) functionality - not recommended |
 | NO_LOCAL_FSYS       | Disable local file system access (for sysops) | | NO_LOCAL_FSYS       | Disable local file system access (for sysops) |
-| DIR_FILES           | Allow access to files that are not in filebases | 
 | KEEP_TEMP_FILES     | Don't delete temporary files, for debug purposes | | KEEP_TEMP_FILES     | Don't delete temporary files, for debug purposes |
 | LOOKUP_PASV_IP      | Resolve public IP address for PASV response | | LOOKUP_PASV_IP      | Resolve public IP address for PASV response |
Line 113: Line 113:
 Example Alias: Example Alias:
   sbbs_for_dos.zip   bbs://main/sbbs/sbbs230b.zip   Current version for SBBS for DOS   sbbs_for_dos.zip   bbs://main/sbbs/sbbs230b.zip   Current version for SBBS for DOS
 +
 +===== Display Files ===== 
 +
 +The Synchronet FTP server can optionally send text files from your ''[[dir:text]]'' directory to the FTP client/user under certain conditions:
 +
 +^ Filename            ^ Description ^
 +| ''ftplogin.txt''    | Sent before the username and password is requested |
 +| ''ftphello.txt''    | Sent upon successful login |
 +| ''ftpbadlogin.txt'' | Sent upon unsuccessful login attempt |
 +| ''ftpbye.txt''      | Sent upon logoff (before server acknowledgment of the ''QUIT'' command) |
  
 ===== Supported Commands ===== ===== Supported Commands =====