home *** CD-ROM | disk | FTP | other *** search
- # Definitions of the download directories
- # DIR determines the directory's name
- # PATH is the full path to the directory's location
- # ACCESS determines the access bit assigned to the directory
- # Access bits are in the range of 1 to 16
-
- # NOTE: The end of this file describes the upload directory.
- # Be sure to take a look at it
-
- # This is the directory name
- DIR UTIL
- # This is a brief description
- DESC Amiga useful files/utilities
- # This is the path to the directory
- PATH soft_span:dl/AmiUtil
- ACCESS 1 ; Assign access bit 1
-
- DIR Games
- DESC Amiga PD games
- PATH soft_span:dl/AmiGames
- ACCESS 2 ; Access bit 2
-
- DIR GFX
- DESC Amiga graphics & sound
- PATH soft_span:dl/AmiGfxSnd
- ACCESS 3
-
- DIR GIF
- DESC GIF format Pictures
- PATH soft_span:dl/gif
- ACCESS 3
-
- DIR Text
- DESC General purpose text files
- PATH soft_span:dl/Text
- ACCESS 4
-
- DIR IBM
- DESC IBM PC & Compatibles
- PATH soft_span:dl/IBM
- ACCESS 5
-
- # The upload directory
- # Must be called UPLOAD
-
- DIR UPLOAD
- DESC Upload Directory
- PATH soft_span:UL
- ACCESS 16 ; Access bit 16- only for the sysop!
-
- # NOTE: This type of access lets you examine the upload directory and
- # download from it like any other directory. You will not want to
- # give the general user this type of access
-