home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / trionbbs110 / Trion / cfg / Protocol.cfg < prev    next >
Encoding:
Text File  |  1998-10-06  |  3.1 KB  |  89 lines

  1. ;
  2. ; (XPR.library)  Protocol configuration file
  3. ;
  4. ;  fields:   number  name  batch  resume  libname  ReceiveCfg  SendCfg
  5. ;
  6. ;  number   0  is default for newusers (preferable Zmodem)
  7. ;
  8. ;  number 128  is used for EMSI file transfers (1024 byte Zmodem)
  9. ;  number 129  is used for EMSI file transfers (8192 byte ZedZap (or Zmodem))
  10. ;  number 130  is used for EMSI file transfers (1024 byte ZedZip)
  11. ;  number 131  is used for EMSI file transfers (8192 byte DirectZap)
  12. ;  number 132  is used for EMSI file transfers (Kermit)
  13. ;  number 133  is used for EMSI file transfers (Janus)
  14. ;
  15. ;  number 200  is used for EMSI HYDRA mailer transfer (not in this config file)
  16. ;  number 201  is used for EMSI HYDRA8 (max block size 8192 instead of 2048)
  17. ;
  18. ;  'batch'   can be 'BATCH'  or 'SINGLE'
  19. ;  
  20. ;  'resume'  can be 'RESUME' or 'RETRY'
  21. ;            (With RESUME a partialy received file is not deleted)
  22.  
  23.  
  24.  
  25. #0   "Zmodem"    BATCH  RESUME  "xprzmodem.library"  "TN OR B16 F0 AN DN SN RN P"  "TN OR B16 F0 AN DN SN RN P" 
  26. ;throughput 95%
  27.  
  28. #1   "Ymodem"    BATCH  RETRY   "xprymodem.library"  "Z1 C1 B1 YB"  "ZN C1 B1 YB" 
  29. ;throughput 85%
  30.  
  31. #2   "Ymodem-G"  BATCH  RETRY   "xprymodem.library"  "Z1 C1 B1 YG"  "ZN C1 B1 YG" 
  32. ;throughput 99%
  33.  
  34. #5   "Xmodem"    SINGLE RETRY   "xprymodem.library"  "Z1 C1 B0 YS"  "Z1 C1 B0 YS"
  35. ;throughput 70%
  36.  
  37. #6   "Xmodem-CRC" SINGLE RETRY   "xprymodem.library"  "Z1 C1 B0 YS"  "Z1 C1 B0 YS"
  38. ;throughput 70%
  39.  
  40. #7   "Xmodem-1K" SINGLE RETRY   "xprymodem.library"  "Z1 C1 B1 YS"  "Z1 C1 B1 YS"
  41. ;throughput 85%
  42.  
  43. #8   "Xmodem-1K-G" SINGLE RETRY "xprymodem.library"  "Z1 C1 B1 YG"  "Z1 C1 B1 YG"
  44. ;throughput 99%
  45.  
  46. #9  "Kermit"     SINGLE RETRY   "xprkermit.library"  "Z1 C1 B0 YS"  "Z1 C1 B0 YS"
  47. ;throughput ..%
  48.  
  49.  
  50.  
  51.  
  52. ; Numbers 128 and higher are transfer protocols used by the mailer..
  53. ;
  54. ; You can only use the Xprzmodem.library V3.0 and higher for #129 !!! */
  55. ; Or use the Xprzedzap.library
  56.  
  57.  
  58. ;#128 "EMSI-ZMO"  BATCH  RESUME  "xprzmodem.library"  "TN OR B16 F0 AN DN SN RN P"  "TN OR B16 F0 AN DN SN RN P" 
  59. #128  "EMSI-ZMO"  BATCH  RESUME  "xprzmodem.library"  "TN ON B16 F0 AN DN SN RN P M1024"  "TN ON B16 F0 AN DN SN RN P M1024" 
  60.  
  61. ;throughput 95%
  62.  
  63.  
  64. ;#129 "EMSI-ZMZ"  BATCH  RESUME  "xprzmodem.library"  "TN OR B16 F0 AN DN SN RN P NY M8192"  "TN OR B16 F0 AN DN SN RN P NY M8192" 
  65. #129  "EMSI-ZAP"  BATCH  RESUME  "xprzedzap.library"  "TN ON E16 AN DN SN RN P NY UN M8192" "TN ON E16 AN DN SN RN P NY UN M8192"
  66.  
  67. ;throughput 95%
  68.  
  69.  
  70. ;#130 "EMSI-ZIP"  BATCH  RESUME  "xprzmodem.library"  "TN ON B16 F0 AN DN SN RN P NY M1024"  "TN ON B16 F0 AN DN SN RN P NY M1024" 
  71. #130 "EMSI-ZIP"   BATCH  RESUME  "xprzedzap.library"  "TN ON E16 AN DN SN RN P NY UN QY M1024" "TN ON E16 AN DN SN RN P NY UN QY M1024"
  72.  
  73.  
  74. #131 "EMSI-DZAP"  BATCH  RESUME  "xprzedzap.library"  "TN ON E16 AN DN SN RN P NY UN QY M8192" "TN ON E16 AN DN SN RN P NY UN QY M8192"
  75. ;throughput 95%
  76.  
  77.  
  78. #132 "EMSI-KER"   BATCH  RESUME  "xprkermit.library"  "CY" "CY"
  79.  
  80.  
  81. #133 "EMSI-JAN"   BATCH  RESUME  "xprjanus.library"   "xx" "xx"
  82.  
  83.  
  84.  
  85. ; number #200 is used for HYDRA mailer transfer, not configurable
  86.  
  87. ; number #201 is used for HYDRA8 mailer transfer, not configurable
  88.  
  89.