home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / lisp / mcl / 1351 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  2.1 KB

  1. Path: sparky!uunet!sun-barr!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!straz@cambridge.apple.com
  2. From: straz@cambridge.apple.com (Steve Strassmann)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: the kermit downloading blues
  5. Message-ID: <9209020107.AA19967@cambridge.apple.com>
  6. Date: 2 Sep 92 02:08:40 GMT
  7. Sender: straz@ministry.cambridge.apple.com
  8. Lines: 33
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10. Full-Name: Steve Strassmann
  11. Original-To: wilcox@cmns.think.com (Greg Wilcox)
  12. Original-Cc: info-mcl@cambridge.apple.com
  13.  
  14. >Date: Fri, 28 Aug 92 13:48:46 EDT
  15. >From: wilcox@cmns.think.com (Greg Wilcox)
  16. >To: info-mcl@cambridge.apple.com
  17. >Subject: the kermit downloading blues
  18. >
  19. >I would like to download a file from cambridge.apple.com which is in .sit
  20. >fort. I can get it from there to my own remote login site using ftp,
  21. >but I cannot get it to my local machine intact. The problem is that the
  22. >remote site has only kermit, not xmodem (at least invoking sb doesn't
  23. >work). Of course by using kermit, I receive an integer number of packets,
  24. >the last of which is partially empty. This last packet then causes a CRC
  25. >error when I run BinHex.
  26. >
  27. >Is there an easy way around this problem, such as truncating the file
  28. >to the correct length? Or a setting in Kermit that would work?
  29. >Then again, I'm not very good at UN*X, and I could be overlooking something
  30. >there. Suggestions?
  31. >
  32.  
  33. I don't see any files on our contrib directory in .sit form, but maybe
  34. you mean another directory. All our .sit files have been converted to
  35. binhex format (hence the "hqx" suffix), which means plain 7bit ascii
  36. with no lines longer than 80 chars.
  37.  
  38. When you transfer the file from our site to yours, make sure you issue
  39. the "binary" command before saying "get" to ftp. Some unix ftp programs 
  40. strip the 8th bit of each character if you don't do this. 
  41.  
  42. Kermit is also 7bit by default, so you have to do something like
  43. "set file type binary" before sending a file using Kermit.
  44.  
  45. You might also want to contact your system administrator and inquire about
  46. getting xmodem (or better yet, zmodem) running on your system.
  47.