home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / amiga / 2561 < prev    next >
Encoding:
Text File  |  1992-12-14  |  2.4 KB  |  51 lines

  1. Newsgroups: comp.unix.amiga
  2. Path: sparky!uunet!noc.near.net!mv!jeck!smoke.marlboro.vt.us!jhood
  3. From: jhood@smoke.marlboro.vt.us (and the eyes in his head see the World spinning round)
  4. Subject: Re: RZ & SZ
  5. Organization: Pick a banana, any banana
  6. Date: Tue, 15 Dec 1992 01:52:59 GMT
  7. Message-ID: <1992Dec15.015259.3545@smoke.marlboro.vt.us>
  8. References: <Bz83Gt.2nI@csugrad.cs.vt.edu>
  9. Lines: 40
  10.  
  11. In article <Bz83Gt.2nI@csugrad.cs.vt.edu> keven@csugrad.cs.vt.edu (Keven Ring) writes:
  12. >I am using kermit under amix.  If I want to download something, It has to be
  13. >done with the kermit protocol (as far as I understand...)  How do I go about
  14. >downloading with ZMODEM while using kermit, or is it impossible? If, through
  15. >Kermit, it is impossible, then is there another term program that someone has
  16. >actually compiled/ran under UNIX (running 2.01, but can get 2.1), and if
  17. >so, where can I get me a copy?  I had something new that had ZMODEM supported
  18. >in it, but I couldn't get it to compile.  
  19. >I have the SZ and RZ source code, and it compiles OK (It gives a few invalid
  20. >passing of pointers, but i think that they are for debugging purposes)
  21. >
  22. >Thanks in advance...
  23.  
  24. Here's a few lines for your .kermrc file.  This allows you to
  25. type 'rz' at the Kermit command line and have everything work
  26. happily.  You'll need the just-released version of C-kermit or
  27. one of the many alphas/betas that led up to it.
  28.  
  29. You need to 1) be using a version of rz/sz before 3.0, or 2)
  30. modify a later version to not force the file transfer to
  31. '/dev/tty'.  Older versions of rz fail on my '386 SVR4 system by
  32. default, but if you define HOWMANY to be less than 128, things
  33. will work fine.
  34.  
  35. I haven't got a non-Unix box for calling out with at the moment;
  36. this combo of Kermit and rz/sz works adequately for now.
  37. The fancy Unix communications packages I've seen cannot keep up
  38. with high-speed modems.
  39.  
  40. define rz !rz \%1 \%2 \%3 \%4 \%4 \%5 \%6 \%7 \%8 \%9 < \v(line) > \v(line)
  41. define sz !sz \%1 \%2 \%3 \%4 \%4 \%5 \%6 \%7 \%8 \%9 < \v(line) > \v(line)
  42. define rb !rb \%1 \%2 \%3 \%4 \%4 \%5 \%6 \%7 \%8 \%9 < \v(line) > \v(line)
  43. define sb !sb \%1 \%2 \%3 \%4 \%4 \%5 \%6 \%7 \%8 \%9 < \v(line) > \v(line)
  44. define rx !rx \%1 \%2 \%3 \%4 \%4 \%5 \%6 \%7 \%8 \%9 < \v(line) > \v(line)
  45. define sx !sx \%1 \%2 \%3 \%4 \%4 \%5 \%6 \%7 \%8 \%9 < \v(line) > \v(line)
  46.  
  47.   --jh
  48. -- 
  49. John Hood, Marlboro student and non-smoker-- Marlboro VT
  50. jhood@smoke.marlboro.vt.us
  51.