home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / dcom / modems / 18809 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  3.6 KB

  1. Path: sparky!uunet!spool.mu.edu!umn.edu!lynx!fornax.unm.edu!fornax.unm.edu!news
  2. From: galway@chtm.eece.unm.edu (Denis McKeon)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Zmodem with MS-Kermit
  5. Date: Sat, 2 Jan 93 17:23:49 MST
  6. Organization: Connemara - Computing for People
  7. Lines: 71
  8. Message-ID: <1i5bmnINNjgh@fornax.unm.edu>
  9. NNTP-Posting-Host: chtm.eece.unm.edu
  10. In-Reply-To: <1993Jan2.173121.7462@starbase.trincoll.edu>
  11. X-Mailer: Mail User's Shell (7.0.1 12/13/89)
  12. To: 
  13. Bcc: nmiller@starbase.trincoll.edu
  14. Status: OR
  15.  
  16. In article <1993Jan2.173121.7462@starbase.trincoll.edu> you write:
  17. >This is probably heresy, but I'm an enthusiastic MS-Kermit
  18. >user who would like to use Zmodem.  Any way of doing that?
  19. >
  20. >Since I don't read this newsgroup, please reply via e-mail.
  21.  
  22. I hope you do the right thing by posting a summary back to the newsgroup.
  23. (I Bcc'd this to the poster as well as posting it to the newsgroup.)
  24.  
  25. Assuming that you want to continue using Kermit, but to add z-modem
  26. for file transfers, which is what I did as of a few weeks ago,
  27. what you can do to get started with Z-modem is:
  28.  
  29. Get the zmodem file transfer software - which is actually called DSZ -
  30. strictly speaking "zmodem" is only the protocol.  Find the recent
  31. version of Nov. 11 '92: DSZ1109.ZIP and install it on your DOS system.
  32.  
  33. You can call the developer's BBS at 503-621-3746, or look on the simtel
  34. mirror sites, or at:
  35.  
  36.     ftp.uu.net    /systems/ibmpc/msdos/simtel20/zmodem/dsz1109.zip
  37.  
  38. Read the big dsz.doc file, which has a section on co-operation between
  39. Kermit and dsz, (amid a wealth of other datacomm & modem info), and
  40. which suggests adding something like these:
  41.  
  42. define rz run dsz F ha on port 2 speed 57600 pY129 rz -r
  43. define sx run dsz F       port 2              sx 1 2,define 1,define 2,
  44. define sz run dsz F ha bo port 2 pY129 pB4096 sz 1 2,define 1,define 2,
  45. define t  run dsz F ha on port 2 pY129 t  -r
  46.           ^^^
  47. to your mskermit.ini file, with appropriate changes for speed, port 
  48. & path (dsz should either be in your PATH or specified where the ^^^ is).
  49. Also, add something like these to your autoexec.bat or a specific batch file:
  50.  
  51.     set DSZPORT=2                 
  52.     set DSZLOG=c:/dszlog
  53.  
  54. Once you've done that, you can start an 'sz' process on the remote
  55. host, escape to Kermit's command prompt, type 'rz' and stretch a bit
  56. while the files stream in.
  57.  
  58. A warning: You will probably find several dozen associated programs at
  59. the ftp sites.  All you need for file transfer is dsz - the others are
  60. optional extras.  If you want to check them out, look first at the
  61. recent zip files beginning with DSZ, GSZ, YAM, and ZCOMM, and look for
  62. the "Omen Technology" name as you unpack them.
  63.  
  64. I may sound peckish about this, but I downloaded (by telnet) and
  65. unpacked about 3 MB of software (because I didn't know which package was
  66. which) only to find that I only needed about 300K of what I grabbed!
  67. If I had had to use a slower download method I might have grabbed less,
  68. but sorting through all the little packages (one of which had zip-files
  69. within zip-files!) was a bit of a pain.
  70.  
  71. 2nd warning - the complexity level in the dsz program, options, and
  72. documentation is high (at least for the typical DOS user, less so for a
  73. long-time Unix user).  The complexity reflects the flexibility and
  74. configurability of the program, and you can freely ignore most of the
  75. complexity, BUT DO look at the 'getting started' and Kermit sections of
  76. the documentation.  Once you get it set up and working the
  77. ease-of-use is also very high.  I am quite satisfied. 
  78.  
  79. Finally, DSZ is shareware, and I found it well worth spending $20
  80. to register it & support the process.  I hope you do too.
  81.  
  82. --
  83. Denis McKeon
  84. galway@chtm.eece.unm.edu
  85.  
  86. QED: Quit and Eat Dinner
  87.