home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / fnp110b.zip / FNETPROT.DAT < prev    next >
Text File  |  1994-05-16  |  3KB  |  82 lines

  1. 5
  2. Z110Zmodem with Resume Capability - Still the Best!
  3. DSZ port %1 handshake slow pB4096 sz -s -m
  4. DSZ port %1 handshake slow pB4096 rz -s -m -r
  5. G010Ymodem-G Batch (Error Correcting Modems ONLY!!)
  6. DSZ port %1 handshake slow sb -k -g
  7. DSZ port %1 handshake slow rb -g -p
  8. Y010Ymodem Batch
  9. DSZ port %1 handshake slow sb -k
  10. DSZ port %1 handshake slow rb -k
  11. O000Xmodem-1k (Old Ymodem)
  12. DSZ port %1 handshake slow sx -ks
  13. DSZ port %1 handshake slow rx -c -k -y
  14. C000Xmodem CRC and Checksum (Slow and painful!)
  15. DSZ port %1 handshake slow sx
  16. DSZ port %1 handshake slow rx -c
  17.  
  18.  
  19.  
  20. *** All Protocols Above this are supported by REGISTERED versions of DSZ
  21. *** All Protocols below this need other transfer protocol drivers.  You will
  22. *** have to find these if you want to make use of them.
  23.  
  24.  
  25. H111HS/Link (Bi-Directional / Start 2-Way Transfers as D/L!)
  26. D:\HSLINK\HSLINK -@D:\HSLINK\HSLINK.CFG -P%1 -UI:\WORK\
  27. D:\HSLINK\HSLINK -@D:\HSLINK\HSLINK.CFG -P%1 -UI:\WORK\
  28. J000Jmodem (Fast)
  29. Jmodem S1
  30. Jmodem R1
  31. N000Nmodem (Turbo Pascal Fast! Protocol)
  32. Nmodem S1
  33. Nmodem R1
  34. B111Bimodem Bi-Directional Transfers + Chat
  35. CALL h:\bim\Bimodem /CH:\bim\bimodem2.cfg /U
  36. CALL H:\bim\Bimodem /CH:\bim\bimodem2.cfg /D
  37. H111HS/Link (Bi-Directional / Start 2-Way Transfers as D/L!)
  38. C:\HSLINK -p1 -@G:\FNET\NODE1.CFG
  39. C:\HSLINK -p1 -@G:\FNET\NODE1.CFG
  40.  
  41. This is the protocol data file I use on node #1 of "The Programmer's Inn".
  42. It utilizes comm port #1.  If you do not have an error correcting modem,
  43. do not use Ymodem-G Protocol as there is NO built-in error checking with
  44. that protocol.
  45.  
  46. A new parameter has been added to each protocol definition to specify that
  47. a protocol supports bi-directional transfers or not.
  48. A sample entry of the fnetprot.dat file for HS/Link Protocol is:
  49.  
  50. 1
  51. H111HS/Link (Bi-Directional / Start 2-Way Transfers as D/L!)
  52. C:\TELIX\HSLINK -P1 @G:\QB3\NODE1.CFG
  53. C:\TELIX\HSLINK -P1 @G:\QB3\NODE1.CFG
  54.  
  55. Line 1: Still the number of protocols configured.  Why do I still place a
  56.         number here?  You may make notes or add anything you wish after the
  57.         last prootcol entry in the file.
  58.  
  59. Line 2: "Z" is the key letter for this protocol (Zmodem)
  60.      1st "1"  - Use a 1 if the protocol can resume an aborted upload.
  61.      2nd "1"  - Enter a 1 if the protocol supports batch transfers (or a "0")
  62. ** NEW **  "0"  - Enter a 0 if the protocol doesn't support bi-directional
  63.                   transfers.  Enter a 1 if it DOES support this type of
  64.                   transfer.
  65.  
  66.  The rest of line 2 is a description of the protocol (40 characters max):
  67.         "Zmodem with Resume Capability"
  68.  
  69. Line 3: "DSZ ha sl port 2 pB4096 sz -s -m"
  70.  
  71.         A command line for sending files (user download) with this protocol.
  72.         If this is a bi-directional protocol you must ensure the protocol
  73.         receives files in the NODE work directory either by including
  74.         the protocol's command to do this on the command line or in a
  75.         configuration or sequence file the protocol uses.
  76.         For HS/Link I use a separate configuration file for each node. Here
  77.         is my NODE1.CFG file.  Note that my HSLink.EXE file is located
  78.         in the C:\TELIX directory. My bbs node directory is G:\QB3
  79. -------------------------------------------------
  80.  
  81.  
  82.