Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
44692f0b
Commit
44692f0b
authored
23 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
JavaScript/HTML Index file support.
parent
39ee8f7c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/ftpsrvr.h
+6
-3
6 additions, 3 deletions
src/sbbs3/ftpsrvr.h
with
6 additions
and
3 deletions
src/sbbs3/ftpsrvr.h
+
6
−
3
View file @
44692f0b
...
...
@@ -71,8 +71,10 @@ typedef struct {
void
(
*
reserved_fptr2
)(
void
);
void
(
*
reserved_fptr1
)(
void
);
char
ctrl_dir
[
128
];
char
index_file_name
[
128
];
char
reserved_path8
[
128
];
char
index_file_name
[
64
];
char
html_index_file
[
64
];
char
html_index_script
[
64
];
char
reserved_path8
[
64
];
char
reserved_path7
[
128
];
char
reserved_path6
[
128
];
char
reserved_path5
[
128
];
...
...
@@ -87,12 +89,13 @@ typedef struct {
#define FTP_OPT_DEBUG_RX (1<<0)
#define FTP_OPT_DEBUG_DATA (1<<1)
#define FTP_OPT_INDEX_FILE (1<<2)
/* Auto-generate Index files */
#define FTP_OPT_INDEX_FILE (1<<2)
/* Auto-generate
ASCII
Index files */
#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_KEEP_TEMP_FILES (1<<7)
/* Don't delete temp files (for debugging) */
#define FTP_OPT_HTML_INDEX_FILE (1<<8)
/* Auto-generate HTML index files */
#define FTP_OPT_NO_HOST_LOOKUP (1<<11)
#define FTP_OPT_LOCAL_TIMEZONE (1<<30)
/* Don't force UCT/GMT */
#define FTP_OPT_MUTE (1<<31)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment