home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / apps / 4646 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.6 KB  |  49 lines

  1. Newsgroups: comp.os.msdos.apps
  2. Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!news.iastate.edu!pv7413.vincent.iastate.edu!btd
  3. From: btd@iastate.edu (Benjamin T Dehner)
  4. Subject: Re: kermit adds ~500 bytes to a downloaded *.ZIP file
  5. Message-ID: <btd.715735084@pv7413.vincent.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames IA
  8. References: <1992Sep5.014323.25935@porthos.cc.bellcore.com> <thompson.715722236@hermes.socsci.umn.edu>
  9. Date: Sat, 5 Sep 1992 23:18:04 GMT
  10. Lines: 37
  11.  
  12. In <thompson.715722236@hermes.socsci.umn.edu> thompson@atlas.socsci.umn.edu (T. Scott Thompson) writes:
  13.  
  14. >tony2@prefect.uucp (21131-gozdz) writes:
  15.  
  16. [problems with kermit transfer ...]
  17.  
  18. >You have to set the UNIX kermit program for binary too.  How you do
  19. >this varies from machine to machine, I suspect.  Here, on a Sun system
  20. >you must give the kermit command as something like...
  21.  
  22. >                 kermit -i <other options....>
  23.  
  24. >Do a "man kermit" to find out what you need on your system.
  25.  
  26.     On Ultrix systems (I'm not sure if this is a general Unix option)
  27. you can have a .kermrc file which automatically specifies things like this.
  28. For example, mine looks like
  29.  
  30.  
  31. set send packet-length 1000
  32. set receive packet-length 1000
  33. set block-check 3
  34. set file type binary 8 
  35.  
  36. Since I always do binary transfers.  (I zip text files first.)
  37.  
  38. Ben
  39.  
  40. >--
  41. >T. Scott Thompson              email:  thompson@atlas.socsci.umn.edu
  42.  
  43.  
  44. -----------------------------------------------------------------------------
  45. Benjamin T. Dehner    Dept. of Physics and Astronomy 
  46. btd@iastate.edu       Iowa State University 
  47.                       Ames, IA 50011
  48.  
  49.