home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / FNMAIL42.ZIP / MAILPROT.DAT < prev    next >
Text File  |  1993-06-28  |  5KB  |  132 lines

  1. 11
  2. Z110Zmodem (Resume Capability) - Still Great!
  3. DSZ ha cts port 1 pB4096 sz -s -m
  4. DSZ ha cts port 1 pB4096 rz -m -rr
  5. W110Zmodem Batch (PCPursuit Window)
  6. dsz ha cts port 1 pB4096 z pb1 sz -w -m
  7. dsz ha cts port 1 pB4096 z pb1 rz -rr -w -m
  8. P110Puma Protocol with Resume Capability
  9. Puma Lg:\qb3\dszlog p1 x+ s
  10. Puma Lg:\qb3\dszlog p1 x+ r+ r
  11. G010Ymodem-G Batch (Error Correcting Modems ONLY!!)
  12. DSZ ha cts port 1 pB4096 sb -k -g -s
  13. DSZ ha cts port 1 pB4096 rb -g -p
  14. Y010Ymodem Batch
  15. DSZ ha sl port 1 sb -k -s
  16. DSZ ha sl port 1 rb -k
  17. O000Xmodem-1k (Old Ymodem)
  18. DSZ ha sl port 1 sx -ks
  19. DSZ ha sl port 1 rx -c -k -y
  20. C000Xmodem CRC and Checksum (Slow and painful!)
  21. DSZ ha sl port 1 sx
  22. DSZ ha sl port 1 rx -c
  23. J000Jmodem (Fast)
  24. Jmodem S1
  25. Jmodem R1
  26. N000Nmodem (Turbo Pascal Fast! Protocol)
  27. Nmodem S1
  28. Nmodem R1
  29. B111Bimodem Bi-Directional Transfers + Chat
  30. CALL C:\bim\Bimodem /CC:\bim\bifnmail.cfg /UJ:\WORK\PROGINN.QWK /DJ:\WORK\PROGINN.REP
  31. CALL C:\bim\Bimodem /CC:\bim\bifnmail.cfg /UJ:\WORK\PROGINN.QWK /DJ:\WORK\PROGINN.REP
  32. H111HS/Link (Bi-Directional / Start 2-Way Transfers as D/L!)
  33. C:\TELIX\HSLINK -P1 @G:\QB3\NODE1.CFG H:\WORK\PROGINN.QWK
  34. C:\TELIX\HSLINK -P1 @G:\QB3\NODE1.CFG H:\WORK\PROGINN.QWK
  35.  
  36.    **************************************************************************
  37.    ****  C H A N G E S   M A D E  T O  T H E   P R O T O C O L  F I L E  ****
  38.    **************************************************************************
  39.  
  40.     (1) Protocal data file has been modified to support any bi-directional
  41.         protocol.
  42.  
  43.         On the first line of each protocol definition is a letter followed
  44.         by three numbers ("0" or "1").  Previously there were 2 numbers. You
  45.         MUST add the 3rd number to your file now.  If the protocol is a
  46.         bi-directional protocol the number MUST be a "1" else it MUST be a "0".
  47.  
  48.         Below is an excerpt from my MAILPROT.DAT file:
  49.  
  50. 3
  51. Z110Zmodem with Resume Capability - Still the Best!
  52. DSZ ha slow port 1 pB4096 sz -s -m
  53. DSZ ha slow port 1 pB4096 rz -m -rr
  54. B111Bimodem Bi-Directional Transfers + Chat
  55. C:\BIM\Bimodem /CC:\bim\bifnmail.cfg /UJ:\WORK\PROGINN.QWK /DJ:\WORK\PROGINN.REP
  56. C:\BIM\Bimodem /CC:\bim\bifnmail.cfg /UJ:\WORK\PROGINN.QWK /DJ:\WORK\PROGINN.REP
  57. H111HS/Link (Bi-Directional / Start 2-Way Transfers as D/L!)
  58. j:\HS-LINK\HSLINK -p1 -@G:\FNET\FNMAIL2.CFG K:\WORK2\PROGINN.QWK
  59. j:\HS-LINK\HSLINK -p1 -@G:\FNET\FNMAIL2.CFG K:\WORK2\PROGINN.QWK
  60.  
  61.                                 Notice
  62.                                 ------
  63.  
  64.  o For Bimodem,  HS/Link or any Bi-Directional transfer protocol, you
  65.    must specify the work directory and .QWK file name to be downloaded
  66.    on the command line as done above in the sample BIMODEM and HSLINK
  67.    entries.  This could be done in a series of batch files for each
  68.    protocol but I think overall this is easier.
  69.  
  70.  o Non bi-directional protocols are passed the path and name of the .QWK
  71.    packet so they DO NOT need the path/name of the .QWK packet on the
  72.    command line.
  73.  
  74.  o RonMail expects the .REP files to be in the defined work directory
  75.    after the transfer is completed.
  76.    Ensure you have entered the correct commands in the 'mailprot.dat'
  77.    (or whatever you name it) file so your bi-directional protocol
  78.    will receive all .REP packets in the defined WORK directory.
  79.  
  80. Line 1: The number of protocols configured.
  81.  
  82. Line 2: "Z" is the key letter for this protocol (Zmodem)
  83.      1st "1"  - Use a 1 if the protocol can resume an aborted upload.
  84.      2nd "1"  - Enter a 1 or a 0 (Currently not used)
  85. * NEW *  "0"  - Enter a 0 if the protocol doesn't support bi-directional
  86.                   transfers.  Enter a 1 if it DOES support this type of
  87.                   transfer.
  88.  
  89.  The rest of line 2 is a description of the protocol (40 characters max):
  90.         "Zmodem with Resume Capability"
  91.  
  92. Line 3: "DSZ ha sl port 2 pB4096 sz -s -m"
  93.         A command line for sending files (user download) with this protocol.
  94.         If this is a bi-directional protocol you must ensure the protocol
  95.         receives files in the NODE work directory either by including
  96.         the protocol's command to do this on the command line or in a
  97.         configuration or sequence file the protocol uses.
  98.         For HS/Link I use a separate configuration file for each node. Here
  99.         is my NODE1.CFG file.  Note that my HSLink.EXE file is located
  100.         in the C:\TELIX directory. My bbs node directory is G:\QB3
  101.  
  102. -------------------------------------------------
  103. -s2048
  104. -a
  105. -k
  106. -o
  107. -r
  108. -nf
  109. -HX
  110. -cb03
  111. -cm79
  112. -ct14
  113. -CW15
  114. -Uh:\work\
  115. -------------------------------------------------
  116.  
  117. Line 4: "DSZ ha sl port 2 pB4096 rz -m -r"
  118.         A command line for receiving files (user upload) with this protocol.
  119.         If this is a bi-directional protocol you would most probably have the
  120.         same commands for the send and receive modes.
  121.  
  122. LINE 5 :      /
  123. LINE 6 :     /
  124. LINE 7 :    /
  125. LINE 8 :  -/-Repeat the format of lines 2,3,4 for each protocol
  126. LINE 9 :  /
  127. LINE 10: /
  128.  
  129.  
  130.  
  131.  
  132.