Skip to content
Snippets Groups Projects
Commit 74132e6f authored by rswindell's avatar rswindell
Browse files

Document new DSZLOG filename control options.

parent 5287cdc0
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,10 @@ variables, be sure to close the window running eleserv or telsrv and reopen
it for the environment variable to become active.. Otherwise there will be
no log of the transfer and EleBBS will assume it failed.
Note: To support long filenames with EleBBS, you'll need Sexyz v1.74 or later
and set "Quotes=true" in the [DSZLOG] section of your sexyz.ini file or use
the secret "-quotes" command-line option.
Note Regarding Synchronet for Unix
----------------------------------
......@@ -284,6 +288,11 @@ Example .ini file (with default values given):
Escape8thBit=FALSE ; ZDLE-escape all bytes with bit-7 set
EscapeCtrlChars=FALSE ; ZDLE-escape all control characters (< 20h)
[DSZLOG]
Path=true ; include full path to filename in log
Short=false ; use Micros~1 short path/filename in log (Windows)
Quotes=false ; enclose filename in "quotes" (for EleBBS)
Compatibility
-------------
......
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