This file contents very shord description about fidoconfig keywords using
by htick. For details see htick.info, htick.html or htick.dvi.

1) FileAreaBaseDir <directory>

Where the directories for all Fileareas shall be made at autocreate.
Same as MsgBaseDir

2) PassFileAreaDir <directory>

Where shall be put files from Passthrough File areas (and TICs, if
not define ticOutbound).

3) FileDescPos <number>

Indent long descriptions in FILES.BBS by number characters (not
counting fileLDescString!).
Reccomended 13

4) fileLDescString <string>

This string is put before long descriptions in FILES.BBS. If it is not
set, it is set to a single space.

5) FileFixHelp <file>

Help file for FileFix.
Same as AreaFixHelp for HPT AreaFix

6) FileArea <name> <fileareapath> <uplink> [options] <downlinks>

Same as EchoArea, most options are valid:

    a) -a <address>

    Our address
    
    b) -lr <number>

    Min level for recieve files from this filearea

    c) -lw <number>

    Min level for put files to this filearea

    d) -h

    Hide area (non visible in %LIST and in announce)

    e) -manual

    Disallow remote changes (only manual connect/disconnect)

    f) -sendorig

    to send files from PassFileAreaDir for non passthrough areas

    g) -nopause

    %PAUSE has no effect to this filearea

    h) -noCRC

    to disable CRC on incoming files

    i) -g <group>

    Group for this filearea

    j) -d "<string>"

    Description for this filearea

    k) -noreplace

    Don't replace exisiting files in this filearea.

	l) -nodiz
	
	Do not try to get description from <fileDescName>

7) ExecOnFile <filearea> <filemask> <command>
  
Execute some command on receiving file. Command get full filepath as parameter.

8) In Link section:

    a) noTIC

    Disable TIC File Creation

    b) autoFileCreate on|off

    c) AutoFileCreateFile <file>

    d) AutoFileCreateDefaults <string> 

    Defaults for File Area Autocreate

    e) AutoFileCreateSubdirs on|off

    Whether to autocreate areas like /filebase/gfd.app.edit (off) or
    /filebase/gfd/app/edit (on). If you want to configure this globally
    instead of on per-link basis, set this in the deflink section. For more
    information see doc about AutoAreaCreateSubdirs in the hpt manual.

    e) delNotRecievedTIC

    If file not recieved, then remove TIC

    f) FileFixFSC87Subset 

    This boolean switch will change on a per link basis how TIC files 
    are processed. By default this switch is ON. htick will then operate
    only on FSC87-compliant keywords and ignore unknown keywords in the
    TIC file processed. 
    If this switch is set to OFF all implemented keywords will be used
    which can (and, in interaction with some tick processors, WILL) lead
    to severe problems. Unknown keywords found in a TIC file will make 
    htick stop processing that file.
    If you don't know what all this is about set FileFixFSC87Subset to
    ON for all your links. It won't hurt.
   
    g) TickerPackToBox on|off 
    
    If link has file box - toss files and tics there

    h) LinkFileBaseDir 
    
    Where autocreated file echos will be placed (may be "passthrough")
    
    i) ForwardFileRequests on|off

    Allow forward requests for file areas
	
	k) ForwardFilePriority <number>
	   
    Priority when requests file-area from uplinks

    l) ForwardFileRequestFile

    List of available file-areas from this link

9) SaveTic <FileEchoMask> <FileOption> <DirToSaveTic>

<DirToSaveTic> - where put TIC for fileecho[es] <FileEchoMask>
<FileOption>   - save files with tics
                 may be:
                 1) empty - files will not be copied
                 2) -l    - link files from fileechodir to <DirToSaveTic> 
                 3) -c    - copy files from fileechodir to <DirToSaveTic>
                 -l,-c works only for non-Passthrough file echos 

10) originInAnnounce

Show Origin in announce

11) MaxTicLineLength <number>

Set maximum line length in outgoing TICs to number.

12) BusyFileDir <directory>

Where shall be put TICs for busy links (default <outbound>/busy.htk).

13) ConvertLongNames {Upper|Lower|DontTouch}

What do with long names when toss or hatch. Long name is name with mixed case,
or more than 8.3

14) ConvertShortNames {Upper|Lower|DontTouch}

What do with short names when toss or hatch. Short name is DOS-like name, 
8.3, without mixed case.

15) addDLC

Add Download counters to files.bbs

16) DLCDigits <number>

How much digits DLC must be. DLC have [000] form.

17) ticOutbound <path>

TICs are stored here and killed after transmission
If ticOutbound not define, ticOutbound=PassFileAreaDir

18) filefixKillReports

Set kill/sent flag to filefix reports

19) filefixKillRequests

Kill filefix request after procession

20) bbsarea <name> <bbsareapath>

Use in "htick filelist"

21) fileEchoFlavour <hold|normal|crash|direct|immediate>

This statement sets the flavour which outgoing files in fileechos for this link
get. For example set fileEchoFlavour for points to hold and for uplink crash.

22) fileAreaDefaults <options> [links]

Set defaults for filearea definitions that follow. Keyword can be repeated.
All options are possible, except areatag and path. Different setting in
filearea definition overrides default.
See also echoAreaDefaults.
Defaults are switched off with empty 'fileAreaDefaults'.

23) fileDescName <name>

If no LDESC defined in tic file, use <name> file from archive to fill it
(usually file_id.diz).
Note:
'unpack' action should be defined for archive and contain $f parameter
($f replaces with file name on unpacking time). Examples:
Unpack  "/path/to/unrar e -y -ec- -o- -cl $a $p $f" 0 52617221
Unpack  "\path\pkzipc -ext -dir=none -over=all -nozip -silent $a $p $f" 0 504b0304


24) RemoteFileRobotName <name>

Name of remote file (tic) robot (need for FileForwardRequest)
