home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17431 < prev    next >
Encoding:
Text File  |  1992-11-20  |  2.5 KB  |  57 lines

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!hamblin.math.byu.edu!yvax.byu.edu!cunyvm!ndsuvm1!nu013809
  2. Newsgroups: comp.os.linux
  3. Subject: Re: Second Monitor
  4. Message-ID: <92325.091525NU013809@NDSUVM1.BITNET>
  5. From: Greg Wettstein <NU013809@NDSUVM1.BITNET>
  6. Date: Fri, 20 Nov 1992 09:15:25 CST
  7. References: <1992Nov15.113606.22033@klaava.Helsinki.FI><Bxxp0M.3qL@citrus.SAC.CA.US>
  8. Organization: North Dakota Higher Education Computer Network
  9. Lines: 46
  10.  
  11. My newsreader does not include text but this is a followup to the
  12. gentleman who would use kermit if it could do rz/sz.
  13.  
  14. First of all the new kermit protocols with large block sizes and sliding
  15. windows is not the dog of yesteryear.  It may not be as speedy as zmodem
  16. but it is close and it is embedded in kermit.
  17.  
  18. Secondly it is very easy to start a zmodem transfer from within kermit
  19. provided that you have a slightly older version of rs/sz.  You have to
  20. know of course which serial port you are using.  Start, for example, sz
  21. on the remote to begin a download, then escape back to the kermit
  22. prompt with ^-π C (CNTRL backslash, then the letter c).  At the kermit
  23. prompt type the following:  ! rz </dev/ttys0 >/dev/ttys0
  24.  
  25. The complete command line should look like this:
  26.  
  27.      C-Kermit>! rz </dev/ttys0 >/dev/ttys0
  28.  
  29. Note that ttys0 refers to the first serial port, if you were on the second
  30. the device would be /dev/ttys1 etc...
  31.  
  32. When the download finishes you will be returned to the Kermit prompt,
  33. type connect to get back to the remote host.
  34.  
  35. Rumor has it that newer versions of rz/sz have been intentionally crippled
  36. by its author to prevent I/O redirection from being used like this.  I
  37. cannot attest to this personally but have heard it from a couple of places.
  38. If this is true another sterling example of why the kermit protocol should
  39. be used.  Mr. Forsberg seems to have a history of wanting the Zmodem
  40. protocol to become the public standard but doesn't want things to be too
  41. free.  Just my opinion of course.
  42.  
  43. Good luck.  The new kermits (we are using 186) have an extraordinary
  44. amount of features built into them.  Solid, proven software.
  45.  
  46.                             As always,
  47.                             Dr. G.W. Wettstein
  48.                             Oncology Research Division Computing Facility
  49.                             Fargo Clinic / MeritCare
  50.  
  51.                             UUCP: uunet!plains!wind!greg
  52.                             INTERNET: greg%wind.uucp@plains.nodak.edu
  53.                             Phone: 701-234-2833
  54.  
  55. `The truest mark of a man's wisdom is his ability to listen to other
  56.  men expound their wisdom.'
  57.