home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / CON-004C.ZIP / CONCORD.ZIP / CTL.ZIP / FILES.CTL < prev    next >
Encoding:
Text File  |  1996-05-12  |  1.9 KB  |  52 lines

  1. ; FILES.CTL : download file control list
  2. ;
  3. ; headers: /CHARGE:charge     Each kb dl'd is <charge> times
  4. ;                             ... added to user dl kb.
  5. ;          /FREE              Equal to /C:0 /L:0 /M:0 /R:0; file
  6. ;                             ... is completely free to download.
  7. ;          /LIMIT:limit       Each kb to dl requires <limit> times
  8. ;                             ... of user dl kb limit.
  9. ;          /MINS:mins         Each min to dl requires <mins> times
  10. ;                             ... of user time left limit.
  11. ;          /PWD:password      Password to download file.
  12. ;          /RATIO:ratio       Each kb to dl is added <ratio> times
  13. ;                             ... to user's dl kb before checking
  14. ;                             ... ratio.
  15. ;          /SUB               Also include files in sub directories
  16. ;          /TIME:from-to      Allow downloading file only from
  17. ;                             <from> hours to <to> hours.
  18. ;
  19. ; - if header is located without filename, it affects to all files below
  20. ;   before next header.
  21. ;
  22. ; - if header follows filename, it affects to only that file
  23. ;
  24. ; - several headers can be combined (logical AND -status)
  25. ;
  26. ; - this is file is scanned to the first match after which the rest
  27. ;   settings are ignored! So don't put *.* to the beginning of this
  28. ;   control list but instead to the end.
  29. ;
  30. ; @MACROS@ are allowed in this file.
  31. ;
  32. ; Example #1 : PASSWORD PROTECT file "ITSME.GIF" with password "WHO?"
  33. ;
  34. ; ITSME.GIF /PWD:WHO?
  35. ;
  36. ; Example #2 : Take only HALF CREDIT for files during night
  37. ;
  38. ; *.* /CHARGE:0.5 /TIME:00:00-06:00
  39. ;
  40. ; Example #3 : Set Concord support files FREE TO DOWNLOAD
  41. ;
  42. ; /FREE
  43. ; E:\FILES\CONCORD\*.*
  44. ; E:\FILES\CBBSTOOL\*.*
  45.  
  46. ; Set QWK, Bluewave, Omen and ASCII message packets and
  47. ; file descriptions FREE TO DOWNLOAD.
  48. ;
  49. @PKT_BBSID1@.*        /FREE
  50. OMEN@PKT_BBSID2@.*    /FREE
  51. DESCRIPT.0??          /FREE
  52.