home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff343.lzh / SoftSpan / data / dloads < prev    next >
Text File  |  1990-04-16  |  1KB  |  54 lines

  1. # Definitions of the download directories
  2. # DIR determines the directory's name
  3. # PATH is the full path to the directory's location
  4. # ACCESS determines the access bit assigned to the directory
  5. # Access bits are in the range of 1 to 16
  6.  
  7. # NOTE:  The end of this file describes the upload directory.
  8. #        Be sure to take a look at it
  9.  
  10. # This is the directory name
  11. DIR UTIL
  12. # This is a brief description
  13. DESC Amiga useful files/utilities
  14. # This is the path to the directory
  15. PATH soft_span:dl/AmiUtil
  16. ACCESS 1                               ; Assign access bit 1
  17.  
  18. DIR Games
  19. DESC Amiga PD games
  20. PATH soft_span:dl/AmiGames
  21. ACCESS 2                               ; Access bit 2
  22.  
  23. DIR GFX
  24. DESC Amiga graphics & sound
  25. PATH soft_span:dl/AmiGfxSnd
  26. ACCESS 3
  27.  
  28. DIR GIF
  29. DESC GIF format Pictures
  30. PATH soft_span:dl/gif
  31. ACCESS 3
  32.  
  33. DIR Text
  34. DESC General purpose text files
  35. PATH soft_span:dl/Text
  36. ACCESS 4
  37.  
  38. DIR IBM
  39. DESC IBM PC & Compatibles
  40. PATH soft_span:dl/IBM
  41. ACCESS 5
  42.  
  43. # The upload directory
  44. # Must be called UPLOAD
  45.  
  46. DIR UPLOAD
  47. DESC Upload Directory
  48. PATH soft_span:UL
  49. ACCESS 16                ; Access bit 16- only for the sysop!
  50.  
  51. # NOTE: This type of access lets you examine the upload directory and
  52. # download from it like any other directory. You will not want to
  53. # give the general user this type of access
  54.