home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / ra / sx400h1.zip / XPEXE.ZIP / XPPROT.DSZ < prev    next >
Text File  |  1992-08-22  |  1KB  |  48 lines

  1. ;------------------------------------------------------------------------
  2. ;               Silver Xpress 3.00 Protocol Definition file
  3. ;               (c) copyright 1992 by Santronics Software
  4. ;------------------------------------------------------------------------
  5. ;
  6. ; This file contains Xpress mail transfer setup using the DSZ
  7. ;
  8.  
  9. Protocol Z-Modem
  10.   HotKey   Z
  11.   Download !DSZ  port %p speed %lb hand both est 0 %b sz -m %f
  12.   Upload   !DSZ  port %p speed %lb hand both est 0 %b rz -m -y %f
  13.   Batch    Yes
  14.   TwoWay   No
  15. End Protocol
  16.  
  17. Protocol Z-Modem 90 W/Moby Turbo
  18.   HotKey   M
  19.   Download !DSZ.COM F port %p speed %lb ha on est 0 %b sz -m %f
  20.   Download !DSZ.COM F port %p speed %lb ha on est 0 %b rz -m %f
  21.   Batch    Yes
  22.   TwoWay   No
  23. End Protocol
  24.  
  25. Protocol Y-Modem
  26.   HotKey   Y
  27.   Download !DSZ  port %p speed %lb hand both est 0 %b sb -m %f
  28.   Upload   !DSZ  port %p speed %lb hand both est 0 %b rb -y %f
  29.   Batch    No
  30.   TwoWay   No
  31. End Protocol
  32.  
  33. Protocol X-Modem/CRC
  34.   HotKey   X
  35.   Download !DSZ  port %p speed %lb hand both est 0 %b sx -c %f
  36.   Upload   !DSZ  port %p speed %lb hand both est 0 %b rx -c -y %f
  37.   Batch    No
  38.   TwoWay   No
  39. End Protocol
  40.  
  41. Protocol X-Modem-1K
  42.   HotKey   1
  43.   Download !DSZ  port %p speed %lb hand both est 0 %b sx -k %f
  44.   Upload   !DSZ  port %p speed %lb hand both est 0 %b rx -k -y %f
  45.   Batch    No
  46.   TwoWay   No
  47. End Protocol
  48.