home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / vmutil / 1841 next >
Encoding:
Text File  |  1993-01-04  |  1.7 KB  |  34 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!CUVMB.BITNET!JCHBN
  3. Message-ID: <JCHBN.930104.142535.RC0@CUVMB.CC.COLUMBIA.EDU>
  4. Newsgroups: bit.listserv.vm-util
  5. Date:         Mon, 4 Jan 1993 14:25:00 EST
  6. Sender:       VM Utilities Discussion List <VM-UTIL@OHSTVMA.BITNET>
  7. From:         "John F. Chandler" <JCHBN@CUVMB.BITNET>
  8. Subject:      Re: kermit
  9. In-Reply-To:  MOORE@GE1VM.SCHDY.GE.COM message of Sun, 3 Jan 1993 14:22:01 EDT
  10. Lines: 22
  11.  
  12. > I have heard about the kermit "long packets" for some time but I haven't
  13. > been able to figure it out from the documentation that I have available.
  14.  
  15. What documentation do you have?  The various chapters of the Kermit
  16. User's Guide are available via e-mail from KERMSRV@CUVMB and via
  17. anonymous FTP from watsun.cc.columbia.edu.  For example, the CMS portion
  18. is available as ikcker.doc or ikcker.lpt or ikcker.ps (respectively,
  19. unpaginated, paginated using columnm-1 carriage control, and PostScript).
  20. The MS-DOS Kermit portion is mskermit.doc.
  21.  
  22. > Can anyone S P E L L out the incantation that needs to be used to do this?
  23.  
  24. There is no single recipe.  It depends on the environment.  For
  25. example, if you are downloading from CMS to MS-DOS, the default is to
  26. use long packets, but the communications hardware may, in fact, impose
  27. a limitation on the transmittable packet length.  In principle, the
  28. longer the packets, the better the throughput, so you may need to do
  29. some reading or experimenting to find the best length.  For uploading
  30. to CMS, the default packet size is 94, so you will need to issue
  31. SET RECEIVE PACK nnn (where "nnn" is the biggest length available).
  32. Note that SET SEND PACK is almost never needed.
  33.                                       John
  34.