From 47dc5319c7adf353ebd528a900e270e933034f29 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 11 Oct 2000 21:31:19 +0000
Subject: [PATCH] New feature: FTP_OPT_DIR_FILES option allows listing and
 download access to files in directory, but not in the BBS database.

---
 src/sbbs3/ftpsrvr.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/sbbs3/ftpsrvr.h b/src/sbbs3/ftpsrvr.h
index a7a6ab3b5f..96ebdc355c 100644
--- a/src/sbbs3/ftpsrvr.h
+++ b/src/sbbs3/ftpsrvr.h
@@ -95,6 +95,7 @@ typedef struct {
 #define FTP_OPT_DEBUG_TX		(1<<3)
 #define FTP_OPT_ALLOW_QWK		(1<<4)
 #define FTP_OPT_NO_LOCAL_FSYS	(1<<5)
+#define FTP_OPT_DIR_FILES		(1<<6)	/* Allow access to files in dir but not in database */
 #define FTP_OPT_NO_HOST_LOOKUP	(1<<11)
 #define FTP_OPT_MUTE			(1<<31)
 
-- 
GitLab