|
|
|          Test-Indexfile.
|
|
| Comment lines have to start with a single '| '.
|
|----------------------------------------------------------------------------
| So a correct line looks like:
|
| [MAGIC]|[TYPE]|[Path/Filename]|[LEVEL]|[DESCRIPION]
|
| 
| [MAGIC]:          The name of the file. This name has to be used with the
|                   get command.
| [TYPE]:           FILE or TEXT at the moment. File means binary sending,
|                   TEXT message like sending.
| [Path/Filename]:  The AmigaDos path and filename (e.g. "MM:Bin/MM" ).
| [LEVEL]:          Security level needed to be able to download the file.
| [DESCRIPTION]:    Just a short description, max. 60 charakters. (If
|                   you add more, a line wrap will appear in the list.)
|----------------------------------------------------------------------------
|
|
| One textfile:
|
TestFile.TXT|TEXT|MM:Freq/Files/TestFile.TXT|0|TestFile Ascii
|
|
| Two binary files:
|
TestFile.BIN|FILE|MM:Freq/Files/TestFile.BIN|0|TestFile Binär
DiskInfo|FILE|Ram:Disk.info|0|Disk.info der Ram Disk.
|
|
| One magic:
| Look, if some files have the same name/magic, they all will be sent:
| I will improve the filelist for this.
|
Test-Magic|FILE|MM:Freq/Files/TestFile.BIN|0|MAGIC Test-Magic, TestFile Binär
Test-Magic|TEXT|MM:Freq/Files/TestFile.TXT|0|MAGIC Test-Magic, TestFile Ascii
|
|
| EOF.
