home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / XFD_V203.ZIP / FILEDOOR.CFG < prev    next >
Encoding:
Text File  |  1991-08-23  |  25.0 KB  |  533 lines

  1. % ╒════════════════════════════════════════════════════════════════════╕
  2. % │ When unsure, or you want to know everything but most important,    │
  3. % │ when FileDoor is doing strange things, set this to a path and      │
  4. % │ filename (each line a different file please !!).                   │
  5. % │                                                                    │
  6. % │ Setting Debug to ON causes overhead to the program that can slow   │
  7. % │ down the execution, though the search of files will go at the      │
  8. % │ same speed. Before you report an error, recreate the error (if     │
  9. % │ the problem will not be obvious) with Debug set to on. The author  │
  10. % │ could ask for a sample of this log !                               │
  11. % ╘════════════════════════════════════════════════════════════════════╛
  12. % Debug F:\ZIP\DEBUGXFD.L01
  13. %
  14. %
  15. %
  16. % ╒════════════════════════════════════════════════════════════════════╕
  17. % │ Define the line (when running Multiline, 1 is the default) if -n   │
  18. % │ is not used on the command-line                                    │
  19. % ╘════════════════════════════════════════════════════════════════════╛
  20. BBSLine            1
  21. %
  22. %
  23. % ╒════════════════════════════════════════════════════════════════════╕
  24. % │ Define your system  (QBBS, RA0 (0.01-0.04), RA1 (1.00), SBBS       │
  25. % │ the third parameter defines your area-file                         │
  26. % ╘════════════════════════════════════════════════════════════════════╛
  27. % System             QBBS D:\BBS\RAX\FLSEARCH.CTL
  28. % System             RA0  D:\BBS\RAX\RA1\FILES.RA
  29. System               RA1  D:\BBS\RAX\RA1\FILES.RA
  30. % System             SBBS D:\BBS\RAX\FILES.SBS
  31. %
  32. %
  33. % ╒════════════════════════════════════════════════════════════════════╕
  34. % │ If set, FileDoor will create FILEDOOR.UPD and will NOT do any up-  │
  35. % │ dates to the EXITINFO.BBS. For QuickBBS 2.6x and lower this is     │
  36. % │ mandatory, for RA0/RA1 or SBBS the usage of EXITINFO is preferred  │
  37. % │ and this option should be set to OFF.                              │
  38. % ╘════════════════════════════════════════════════════════════════════╛
  39. % NoAutoUpdate
  40. %
  41. %
  42. % ╒════════════════════════════════════════════════════════════════════╕
  43. % │ If set, FileDoor will search for MNU_UP/MNU_DOWN and/or HLP_UP     │
  44. % │ HLP_DOWN files in either ANS or ASC format                         │
  45. % ╘════════════════════════════════════════════════════════════════════╛
  46. FileDoorDir        D:\BBS\RAX\TXT\
  47. %
  48. %
  49. % ╒════════════════════════════════════════════════════════════════════╕
  50. % │ If set, FileDoor will use this directory for uploads unless -U is  │
  51. % │ specified on the FileDoor call                                     │
  52. % ╘════════════════════════════════════════════════════════════════════╛
  53. UploadPath           D:\BBS\RAX\FIL\UPL
  54. %
  55. %
  56. % ╒════════════════════════════════════════════════════════════════════╕
  57. % │ Set the log-file of the BBS, in case of RA you can add the type    │
  58. % │ of log-style, OPUS is default for RA                               │
  59. % ╘════════════════════════════════════════════════════════════════════╛
  60. LogFile              D:\LOG\LINE01.LOG
  61. % LogFile            D:\LOG\LINE02.LOG OPUS
  62. % LogFile            D:\LOG\LINE02.LOG FRODO
  63. %
  64. %
  65. % ╒════════════════════════════════════════════════════════════════════╕
  66. % │ Set the special log with uploads (and user-names), either use a    │
  67. % │ directory or a fully specified filename (path)                     │
  68. % ╘════════════════════════════════════════════════════════════════════╛
  69. UpLoadLog            D:\LOG\UPLOAD01.LOG
  70. % UpLoadLog          D:\LOG\
  71. %
  72. %
  73. % ╒════════════════════════════════════════════════════════════════════╕
  74. % │ Set the special log with downloads (and user-names), either use a  │
  75. % │ directory or a fully specified filename (path)                     │
  76. % ╘════════════════════════════════════════════════════════════════════╛
  77. DownloadLog          D:\LOG\DNLOAD01.LOG
  78. % DownLoadLog        D:\LOG\
  79. %
  80. %
  81. % ╒════════════════════════════════════════════════════════════════════╕
  82. % │ Set log-styles. You can use various macros to include items in the │
  83. % │ log-records. Any space must be replaced with an underscore in the  │
  84. % │ configuration-file. The following macro's are allowed:             │
  85. % │                                                                    │
  86. % │ %D This will be replaced with the date that is composed from the   │
  87. % │    date-options (BbsDateForm, UseDateForm) depending on the log    │
  88. % │ %T This will be replaced with the time that is composed from the   │
  89. % │    time-options (BbsTimeForm, UseTimeForm) depending on the log    │
  90. % │ %L This will be replaced with the letter of the used protocol      │
  91. % │ %N This will be replaced with the text of the used protocol        │
  92. % │ %U This will be replaced with the name of the user                 │
  93. % │ %P This will be replaced with the name AND path of the file        │
  94. % │ %F This will be replaced with the name of the file                 │
  95. % │ %X This will be replaced with '*DUPE*' if the file is a dupe       │
  96. % ╘════════════════════════════════════════════════════════════════════╛
  97. % ╒════════════════════════════════════════════════════════════════════╕
  98. % │ Log-style settings for QuickBBS <tm>                               │
  99. % ╘════════════════════════════════════════════════════════════════════╛
  100. % BbsDateFormat dd-nnn-yy
  101. % BbsTimeFormat hh:mm
  102. % BbsDNFormat   %D_%T__Download-%L_%P
  103. % BbsUPFormat   %D_%T__Upload-%L_%P_%X
  104. % ╒════════════════════════════════════════════════════════════════════╕
  105. % │ Log-style settings for SBBS <tm>                                   │
  106. % ╘════════════════════════════════════════════════════════════════════╛
  107. % BbsDateFormat dd-nnn-yy
  108. % BbsTimeFormat hh:mm
  109. % BbsDNFormat   %D_%T__Download-%L_%P
  110. % BbsUPFormat   %D_%T__Upload-%L_%P_%X
  111. % ╒════════════════════════════════════════════════════════════════════╕
  112. % │ Log-style settings for Remote Access <tm> OPUS-style               │
  113. % ╘════════════════════════════════════════════════════════════════════╛
  114. BbsDateFormat dd-nnn
  115. BbsTimeFormat hh:mm:ss
  116. BbsDNFormat   +_%D_%T_FDOR_Download_[%L]_%P
  117. BbsUPFormat   +_%D_%T_FDOR_Upload_[%L]_%P_%X
  118. % ╒════════════════════════════════════════════════════════════════════╕
  119. % │ Log-style settings for Remote Access <tm> FRONTDOOR-style          │
  120. % ╘════════════════════════════════════════════════════════════════════╛
  121. % BbsDateFormat dd-nnn
  122. % BbsTimeFormat HH:mm:ss
  123. % BbsDNFormat   +__%T__FDOR_Download_[%L]_%P
  124. % BbsUPFormat   +__%T__FDOR_Upload_[%L]_%P_%X
  125. % ╒════════════════════════════════════════════════════════════════════╕
  126. % │ Log-style settings for user-logs                                   │
  127. % ╘════════════════════════════════════════════════════════════════════╛
  128. UseDateFormat dd-nnn-yy
  129. UseTimeFormat hh:mm
  130. UseDNFormat   %D_%T_%P_-_%U
  131. UseUPFormat   %D_%T_%F_-_%U_%X
  132. %
  133. %
  134. % ╒════════════════════════════════════════════════════════════════════╕
  135. % │ Set the path where FileDoor will place its swap-files              │
  136. % ╘════════════════════════════════════════════════════════════════════╛
  137. SwapPath             F:\ZIP
  138. %
  139. %
  140. % ╒════════════════════════════════════════════════════════════════════╕
  141. % │ Set the path where FileDoor will places uploads and temp files     │
  142. % ╘════════════════════════════════════════════════════════════════════╛
  143. TempPath             D:\BBS\RAX\FIL\UPL
  144. %
  145. %
  146. % ╒════════════════════════════════════════════════════════════════════╕
  147. % │ Set the path to the BiModem.CFG file for this line                 │
  148. % ╘════════════════════════════════════════════════════════════════════╛
  149. BiModemCfg           D:\BBS\PRO\BIMODEM.CFG
  150. %
  151. %
  152. % ╒════════════════════════════════════════════════════════════════════╕
  153. % │ If set (only with SYSTEM RA1) FileDoor will search for alternate   │
  154. % │ FILES.xxx files overhere (CD/ROM)                                  │
  155. % ╘════════════════════════════════════════════════════════════════════╛
  156. AlternateFilesPath D:\BBS\RAX\FIL
  157. %
  158. %
  159. % ╒════════════════════════════════════════════════════════════════════╕
  160. % │ If set, user can download global                                   │
  161. % ╘════════════════════════════════════════════════════════════════════╛
  162. AutoSearch
  163. %
  164. %
  165. % ╒════════════════════════════════════════════════════════════════════╕
  166. % │ If set, FileDoor will alter the FILES.BBS for download counters    │
  167. % │ either FilesCount or FilesCount [format] are valid                 │
  168. % ╘════════════════════════════════════════════════════════════════════╛
  169. FilesCount [@@@]
  170. %
  171. %
  172. % ╒════════════════════════════════════════════════════════════════════╕
  173. % │ You can overrule the default minium and maximum length of the      │
  174. % │ file-descriptions for uploads. You must supply the REAL minimum    │
  175. % │ and maximum length, including the files-counter, 10 and 47 are     │
  176. % │ the build-in defaults                                              │
  177. % ╘════════════════════════════════════════════════════════════════════╛
  178. CommentLength        20 47
  179. %
  180. %
  181. % ╒════════════════════════════════════════════════════════════════════╕
  182. % │ If set, FileDoor will not calculate the KB's downloaded for the    │
  183. % │ supplied files. Either use [filename] with a full filename as      │
  184. % │ global name on ALL area's or [drive:\path\mask] for files in       │
  185. % │ specific areas. The second option allowes wild-cards.              │
  186. % ╘════════════════════════════════════════════════════════════════════╛
  187. FreeFile             D:\BBS\RAX\FIL\DIS\BBE*.*
  188. % FreeFile           MyFreeFl.ZIP
  189. %
  190. %
  191. % ╒════════════════════════════════════════════════════════════════════╕
  192. % │ Set the default extension for wildcards. Remember to set it to '*' │
  193. % │ if your BBS supports files without an extension.                   │
  194. % ╘════════════════════════════════════════════════════════════════════╛
  195. DefaultExtension ZIP
  196. %
  197. %
  198. % ╒════════════════════════════════════════════════════════════════════╕
  199. % │ Set any unwanted files. Use filemasks or full filenames            │
  200. % ╘════════════════════════════════════════════════════════════════════╛
  201. Unwanted *.GIF
  202. %
  203. %
  204. % ╒════════════════════════════════════════════════════════════════════╕
  205. % │ Set the credits for non-archived files. The calculation is as      │
  206. % │ follows: (filesize / 100) * NoArchiveCredit                        │
  207. % ╘════════════════════════════════════════════════════════════════════╛
  208. NoArchiveCredit 50
  209. %
  210. %
  211. % ╒════════════════════════════════════════════════════════════════════╕
  212. % │ You can set one of the two ratio types (K for K and F for Files)   │
  213. % │ for each type of security level. Up to 100 ratios are allowed, but │
  214. % │ only one per security level ! The last parameter will set the      │
  215. % │ lower limit. Until this limit is reached, no ratio is checked.     │
  216. % ╘════════════════════════════════════════════════════════════════════╛
  217. Ratio                5   8   F  10
  218. Ratio                99  10  F  10
  219. Ratio                100 3   F  4
  220. % Ratio              100 10  K  500
  221. %
  222. %
  223. % ╒════════════════════════════════════════════════════════════════════╕
  224. % │ Multiply any upload for sec level 100 as 200% of the original      │
  225. % │ value. Sec. level and percentage can vary to your own needs        │
  226. % ╘════════════════════════════════════════════════════════════════════╛
  227. ULMultiply           100 200
  228. %
  229. %
  230. % ╒════════════════════════════════════════════════════════════════════╕
  231. % │ If set, private uploads (in PFILES.BBS) are allowed                │
  232. % ╘════════════════════════════════════════════════════════════════════╛
  233. PrivateUploads
  234. %
  235. %
  236. % ╒════════════════════════════════════════════════════════════════════╕
  237. % │ If set to a path and filename (must be present), the user can      │
  238. % │ sample all comments of files to download and download this info    │
  239. % │ as a separate file (/INFO)                                         │
  240. % ╘════════════════════════════════════════════════════════════════════╛
  241. DownloadInfo C:\SYS\OWN\FILEDOOR.TXT
  242. %
  243. %
  244. % ╒════════════════════════════════════════════════════════════════════╕
  245. % │ If set, uploads will get date/time of upload and not the original  │
  246. % │ date and time                                                      │
  247. % ╘════════════════════════════════════════════════════════════════════╛
  248. TouchUploads
  249. %
  250. %
  251. % ╒════════════════════════════════════════════════════════════════════╕
  252. % │ If set, FileDoor will ask if another transfer should be done       │
  253. % ╘════════════════════════════════════════════════════════════════════╛
  254. AskAnother
  255. %
  256. %
  257. % ╒════════════════════════════════════════════════════════════════════╕
  258. % │ Set to the number of seconds of inactivity the user can have       │
  259. % ╘════════════════════════════════════════════════════════════════════╛
  260. TimeOut 120    (2 minutes)
  261. %
  262. %
  263. % ╒════════════════════════════════════════════════════════════════════╕
  264. % │ Set the names of the various menus and help-files. The type has    │
  265. % │ the following meaning:                                             │
  266. % │ HU : help-file for upload protocols        (HLP_UP    by default)  │
  267. % │ HD : help-file for download protocols      (HLP_DOWN  by default)  │
  268. % │ HB : help-file for bidirectional protocols (HLP_BIDI  by default)  │
  269. % │ HS : help-file for file-selection          (HLP_SELE  by default)  │
  270. % │ MU : menu-file for upload                  (MNU_UP    by default)  │
  271. % │ MD : menu-file for download                (MNU_DOWN  by default)  │
  272. % │ MB : menu-file for bidirectional           (MNU_BIDI  by default)  │
  273. % ╘════════════════════════════════════════════════════════════════════╛
  274. AnsAsc HU HLP_UP
  275. AnsAsc HD HLP_DOWN
  276. AnsAsc HB HLP_BIDI
  277. AnsAsc HS HLP_SELE
  278. AnsAsc MU MNU_UP
  279. AnsAsc MD MNU_DOWN
  280. AnsAsc MB MNU_BIDI
  281. %
  282. %
  283. % ╒════════════════════════════════════════════════════════════════════╕
  284. % │ Set different colors. An example is given to a 'green-based'       │
  285. % │ screen. The 5 numbers are the colors for the low-menu, high-menu   │
  286. % │ attention, statusbar and error items. A reversed color is coded    │
  287. % │ as calulated as foreground-color + (16 * background-color) and     │
  288. % │ blinking by adding 128 to the color. The last 5 numbers are used   │
  289. % │ in the <V>iew and <I>nfo displays. They are text, size (uncompres- │
  290. % │ sed, size (compressed), date and time.                             │
  291. % │ Use the following codes:                                           │
  292. % │ 0  = Black              8  = DarkGray                              │
  293. % │ 1  = Blue               9  = LightBlue                             │
  294. % │ 2  = Green              10 = LightGreen                            │
  295. % │ 3  = Cyan      (sea   ) 11 = LightCyan                             │
  296. % │ 4  = Red                12 = LightRed                              │
  297. % │ 5  = Magenta   (purple) 13 = LightMagenta (light purple)           │
  298. % │ 6  = Brown     (orange) 14 = Yellow                                │
  299. % │ 7  = LightGray          15 = White                                 │
  300. % ╘════════════════════════════════════════════════════════════════════╛
  301. % Colour 2 10 14 47 12 6 7 8 4 12
  302. %
  303. %
  304. % ╒════════════════════════════════════════════════════════════════════╕
  305. % │ Set to HELP and EXIT keys to different values than '?' and '-'     │
  306. % ╘════════════════════════════════════════════════════════════════════╛
  307. HelpExitKeys ? q
  308. %
  309. %
  310. % ╒════════════════════════════════════════════════════════════════════╕
  311. % │ If set, FileDoor will not ask to terminate the hangup in progess   │
  312. % ╘════════════════════════════════════════════════════════════════════╛
  313. % NoLastChance
  314. %
  315. %
  316. % ╒════════════════════════════════════════════════════════════════════╕
  317. % │ Set the minium freespace to allow uploads (Bidirectional will      │
  318. % │ only display, but allow uploads). Set the number in KB             │
  319. % ╘════════════════════════════════════════════════════════════════════╛
  320. MinSpace 1000
  321. %
  322. %
  323. % ╒════════════════════════════════════════════════════════════════════╕
  324. % │ You can set any number of download-hours, as long as they do not   │
  325. % │ overlap the 24-hour line.                                          │
  326. % ╘════════════════════════════════════════════════════════════════════╛
  327. DownloadHours 0000-2400
  328. %
  329. %
  330. % ╒════════════════════════════════════════════════════════════════════╕
  331. % │ Call to the program that checks the dupes. Enter full path and     │
  332. % │ file OR use only CheckDupes when FILEDUPE.EXE is in the DOS PATH   │
  333. % ╘════════════════════════════════════════════════════════════════════╛
  334. CheckDupes
  335. %
  336. %
  337. % ╒════════════════════════════════════════════════════════════════════╕
  338. % │ If tag-files are created, use this option to point to the dir      │
  339. % │ that contains BBSTAGFL.nnn                                         │
  340. % ╘════════════════════════════════════════════════════════════════════╛
  341. TagFileMacro D:\BBS\RAX
  342. %
  343. %
  344. % ╒════════════════════════════════════════════════════════════════════╕
  345. % │ If you allow your users to select all newfiles easy, use this op-  │
  346. % │ tion                                                               │
  347. % ╘════════════════════════════════════════════════════════════════════╛
  348. NewFileMacro
  349. %
  350. %
  351. % ╒════════════════════════════════════════════════════════════════════╕
  352. % │ If you allow your users to select magical files then make a number │
  353. % │ of these candies                                                   │
  354. % ╘════════════════════════════════════════════════════════════════════╛
  355. UserMacro ALL  Y Current_AllFiles_list ALLFILES.ZIP
  356. UserMacro MTA  N The_MTA.EXE_package   MTA*.*
  357. UserMacro MTS  N The_MTS.EXE_package   MTS*.*
  358. UserMacro MTV  N The_MTV.EXE_package   MTV*.*
  359. %
  360. %
  361. % ╒════════════════════════════════════════════════════════════════════╕
  362. % │ Allow your 'co' to download anything                               │
  363. % ╘════════════════════════════════════════════════════════════════════╛
  364. SysopPassword EMS 100
  365. %
  366. %
  367. % ╒════════════════════════════════════════════════════════════════════╕
  368. % │ Various exits                                                      │
  369. % │ $C => Port number (1=COM1:, etc.)                                  │
  370. % │ $B => Baudrate                                                     │
  371. % │ $T => Number of minutes left                                       │
  372. % │ $S => Number of kb left                                            │
  373. % │ $Z => Contents of DSZLOG env. var                                  │
  374. % │ $U => Uploadpath                                                   │
  375. % │ $F => FileName                                                     │
  376. % │ $M => Swap FileDoor to disk/EMS before executing the protocol      │
  377. % ╘════════════════════════════════════════════════════════════════════╛
  378. % ExitAfterSelect   C:\SYS\DIV\ADDCOMM.EXE $F
  379. % ExitAfterDownload C:\SYS\DIV\DELCOMM.EXE $F
  380. % ExitAfterUpload1  C:\SYS\OWN\MTA.EXE $U\*.* /ARJ
  381. % ExitAfterUpload2  C:\SYS\OWN\MTA.EXE $U\*.* /ARJ
  382. % ExitAfterUpload3  C:\SYS\OWN\MTA.EXE $U\*.* /ARJ
  383. %
  384. %
  385. % ╒════════════════════════════════════════════════════════════════════╕
  386. % │                   P R O T O C O L   B L O C K                      │
  387. % ╞════════════════════════════════════════════════════════════════════╡
  388. % │ I have included 2 different protocol-blocks in this example. When  │
  389. % │ your run FILEDOOR in 'the REAL WORLD' you only use one of the two. │
  390. % │                                                                    │
  391. % │ The first example is included in this FILEDOOR.CFG and can be com- │
  392. % │ bined with the supplied menu examples. This example is for a nor-  │
  393. % │ mal 2400 baud modem !                                              │
  394. % │                                                                    │
  395. % │ In FILEDOOR.HST you can find the same block (only the protocol     │
  396. % │ statements) but now for a HST setup !                              │
  397. % ╘════════════════════════════════════════════════════════════════════╛
  398. %
  399. %
  400. % ╒════════════════════════════════════════════════════════════════════╕
  401. % │                P R O T O C O L  D E F I N I T I O N                │
  402. % ╞════════════════════════════════════════════════════════════════════╡
  403. % │ $1 => Port number (1=COM1:, etc.)                                  │
  404. % │ $2 => Baudrate                                                     │
  405. % │ $3 => Responsefile (for DSZ versions later than 880423)            │
  406. % │ $4 => List of files to be received/sent                            │
  407. % │ $5 => Number of minutes left                                       │
  408. % │ $6 => Number of kb left                                            │
  409. % │ $7 => Contents of DSZLOG env. var                                  │
  410. % │ $8 => Uploadpath                                                   │
  411. % │ $M => Swap FileDoor to disk/EMS before executing the protocol      │
  412. % ╘════════════════════════════════════════════════════════════════════╛
  413. % ══════════════════════════════════════════════════════════════════════
  414. % Keywrd Effic Letter Way Max MinBaud Text
  415. % ══════════════════════════════════════════════════════════════════════
  416. Protocol 96    8      U    5  0 Super8K
  417. Errorlevel D:\BBS\PRO\SKHST.COM p$1 s$2 U$2 RS-bnmer1 F E:\BBS\RA\FILES\UPLOADS $M
  418.  
  419. Protocol 96    8      D   20  0 Super8K
  420. Errorlevel D:\BBS\PRO\SKHST.COM p$1 s$2 U$2 SS-bnmer1 F $3 $M
  421.  
  422. Protocol 98    M      U    5  0 Super8K MNP
  423. Errorlevel D:\BBS\PRO\SKHST.COM p$1 s$2 U$2 RM-bnmer1 F E:\BBS\RA\FILES\UPLOADS $M
  424.  
  425. Protocol 98    M      D   20  0 Super8K MNP
  426. Errorlevel D:\BBS\PRO\SKHST.COM p$1 s$2 U$2 SM-bnmer1 F $3 $M
  427.  
  428. Protocol 94    9      U    5  0 SuperK K9X
  429. Errorlevel D:\BBS\PRO\SKHST.COM p$1 s$2 U$2 RK-bnmer1 F E:\BBS\RA\FILES\UPLOADS $M
  430.  
  431. Protocol 94    9      D   20  0 SuperK K9X
  432. Errorlevel D:\BBS\PRO\SKHST.COM p$1 s$2 U$2 SK-bnmer1 F $3 $M
  433.  
  434. Protocol 98    L      U    5  0 Lynx
  435. Other D:\BBS\PRO\LYNX.EXE R /$1 /$2 $4            $M
  436.  
  437. Protocol 98    L      D    5  0 Lynx
  438. Other D:\BBS\PRO\LYNX.EXE S /$1 /$2 $4            $M
  439.  
  440. Protocol 98    #      U    5  0 ZMax
  441. Other D:\BBS\PRO\ZMAX.EXE -B $2 -P $1 -R          $M
  442.  
  443. Protocol 98    #      D    5  0 ZMax
  444. Other D:\BBS\PRO\ZMAX.EXE -B $2 -P $1 -F $4       $M
  445.  
  446. Protocol 98    @      U    5  0 Tmodem
  447. Other D:\BBS\PRO\TMODEM.EXE -B$2 -P$1 -U$4        $M
  448.  
  449. Protocol 98    @      D    5  0 Tmodem
  450. Other D:\BBS\PRO\TMODEM.EXE -B$2 -P$1 -@$4       $M
  451.  
  452. Protocol 98    P      U    20  0 Puma
  453. DSZ D:\BBS\PRO\MPT.EXE A+ B- F+ R+ X+ W- L$7 S$2 P$1 r E:\BBS\RA\FILES\UPLOADS\  $M
  454.  
  455. Protocol 98    P      D    20  0 Puma
  456. DSZ D:\BBS\PRO\MPT.EXE A+ B- F+ R+ X+ W- L$7 S$2 P$1 s $3 $M
  457.  
  458. Protocol 92    G      U   9   0 YModem-G
  459. DSZ D:\BBS\PRO\DSZ.COM port $1 pB4096 restrict rb -k -g $3 $M
  460.  
  461. Protocol 92    G      D   9   0 YModem-G
  462. DSZ D:\BBS\PRO\DSZ.COM port $1 pB4096 sb -k -g $3          $M
  463.  
  464. Protocol 97    H      U   1   0 HyperDrive
  465. Other D:\BBS\PRO\HYPER.EXE -B$2 -P$1 R $4                  $M
  466.  
  467. Protocol 97    H      D   1   0 HyperDrive
  468. Other D:\BBS\PRO\HYPER.EXE -B$2 -P$1 S $4                  $M
  469.  
  470. Protocol 100   T      U   1  0 Translink
  471. ErrorLevel D:\BBS\PRO\TRLINK.EXE -B$2 -P$1 R $4            $M
  472.  
  473. Protocol 100   T      D   1  0 Translink
  474. ErrorLevel D:\BBS\PRO\TRLINK.EXE -B$2 -P$1 S $4            $M
  475.  
  476. Protocol 94    S      U    8  0 SEALink
  477. Other D:\BBS\PRO\CLINK.EXE /P$1 R                          $M
  478.  
  479. Protocol 94    S      D    8  0 SEALink
  480. Other D:\BBS\PRO\CLINK.EXE /P$1 T $4                       $M
  481.  
  482. Protocol 90    Y      U   20  0 True YModem
  483. DSZ D:\BBS\PRO\DSZ.COM port $1 pB4096 restrict rb $3       $M
  484.  
  485. Protocol 90    Y      D   20  0 True YModem
  486. DSZ D:\BBS\PRO\DSZ.COM port $1 pB4096 sb $3                $M
  487.  
  488. Protocol 80    X      U   1   0 XModem
  489. DSZ D:\BBS\PRO\DSZ.COM port $1 pB4096 restrict rx $4       $M
  490.  
  491. Protocol 80    X      D   1   0 XModem
  492. DSZ D:\BBS\PRO\DSZ.COM port $1 pB4096 sx $4                $M
  493.  
  494. Protocol 90    1      U   1   0 YModem
  495. DSZ D:\BBS\PRO\DSZ.COM port $1 pB4096 restrict rx -k $4    $M
  496.  
  497. Protocol 90    1      D   1   0 YModem
  498. DSZ D:\BBS\PRO\DSZ.COM port $1 pB4096 sx -k $4             $M
  499.  
  500. Protocol 94    Z      U   100  0 ZModem
  501. DSZ D:\BBS\PRO\DSZ.COM port $1 pB4096 rz -Z -m             $M
  502.  
  503. Protocol 94    Z      D   100  0 ZModem
  504. DSZ D:\BBS\PRO\DSZ.COM port $1 pB4096 sz -Z -k -m $3       $M
  505.  
  506. Protocol 94    R      U   20  0 ZModem RESUME!!!!
  507. DSZ D:\BBS\PRO\DSZ.COM port $1 pB4096 rz -rr -m $4         $M
  508.  
  509. Protocol 96    A      D   20  0 TAsy (MNP modems)
  510. Other D:\BBS\PRO\TASY.EXE 1 S @$4                          $M
  511.  
  512. Protocol 96    A      U   5   0 TAsy (MNP modems)
  513. Other D:\BBS\PRO\TASY.EXE 1 R E:\BBS\RA\FILES\UPLOADS      $M
  514.  
  515. Protocol 96    B      B   20  0 BiModem
  516. BiModem D:\BBS\RA\PRG\BIMODEM\BIMODEM.COM                  $M
  517.  
  518. Protocol 96    B      D   20  0 BiModem
  519. BiModem D:\BBS\RA\PRG\BIMODEM\BIMODEM.COM                  $M
  520.  
  521. Protocol 96    B      U   20  0 BiModem
  522. BiModem D:\BBS\RA\PRG\BIMODEM\BIMODEM.COM                  $M
  523.  
  524. Protocol 96    0      U   20  0 SZModem
  525. DSZ D:\BBS\PRO\SZMODEM.EXE Port $1 Speed $2 /CFGPath D:\BBS\PRO RZ $8  $M
  526.  
  527. Protocol 96    0      D   20  0 SZModem
  528. DSZ D:\BBS\PRO\SZMODEM.EXE Port $1 Speed $2 /CFGPath D:\BBS\PRO SZ $3  $M
  529.  
  530. % ╒════════════════════════════════════════════════════════════════════╕
  531. % │           ###  E N D   O F   C O N T O L F I L E  ###              │
  532. % ╘════════════════════════════════════════════════════════════════════╛
  533.