Skip to content
Snippets Groups Projects
Commit 47dc5319 authored by rswindell's avatar rswindell
Browse files

New feature: FTP_OPT_DIR_FILES option allows listing and download access to...

New feature: FTP_OPT_DIR_FILES option allows listing and download access to files in directory, but not in the BBS database.
parent 9262e17c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment