home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp48 / 4080 < prev    next >
Encoding:
Text File  |  1992-07-30  |  2.4 KB  |  55 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!mcsun!sunic!ugle.unit.no!nuug!ifi.uio.no!naggum.no
  3. From: Erik Naggum <erik@naggum.no>
  4. Organization: Naggum Software, Oslo, Norway
  5. Message-ID: <23265A@erik.naggum.no>
  6. Date: 30 Jul 1992 16:38:19 +0200
  7. References: <1992Jul29.175940.29255@ultb.isc.rit.edu>
  8. Subject: Re: FTP Files
  9. Lines: 39
  10.  
  11. jks4675@ritvax.isc.rit.edu writes:
  12. |
  13. |   I'm having a bit of a problem downloading files from the UK FTP
  14. |   site. After uncompressing them, the files have ^J's instead of
  15. |   'returns'. Thus, my Norton Editor can't get them in a format the
  16. |   48SX can understand. The files look fine using the editor in
  17. |   Windows 3.1; but even those send garbage thru Kermit.
  18.  
  19. Line Feed (10) is the Unix line terminator.  LF also happens to be the
  20. internal HP48 line terminator.  Messy-DOS uses Carriage Return (13) Line
  21. Feed (10) as the line terminator.  The Macintosh uses bare CR (13), and
  22. that's what most people refer to as "return".  You seem to be on a PC
  23. with Messy-DOS, though.
  24.  
  25. Your HP48 can be told to send and accept CRLF as the line terminator by
  26. setting the sixth object in the list in the reserved variable IOPAR in
  27. your home directory to 1.  It actually defaults to that, so you may wish
  28. to set it to 0 to not have the 48 attempt translations.  Depending on
  29. the "smartness" of your Kermit, you may have to tell it that it should
  30. not do anything with bare LFs.  Kermit's generally leave them alone, but
  31. you might have a "new and improved" version for MS-DOS.
  32.  
  33. |   Any of you FTP gurus have any advice?? I really need to get the
  34. |   root locus plotter (soon...I've got a test next Thursday).
  35.  
  36. This has nothing to do with FTP.  You have transferred a file, and FTP
  37. has done its job.  You have also uncompressed a file, and uncompress has
  38. done its job.  Now, you have a file which the HP48 will eat, but you may
  39. have some software in between which thinks it should be smarter than you
  40. are, and it probably does perverse things to bare LFs.  Just say NO.
  41.  
  42. You could try to tell your Kermit, and the HP48's, that you wish to do
  43. binary transfer.  It might help, but what definitely helps is dropping
  44. Messy-DOS and getting a real OS.
  45.  
  46. "Friends don't let friends use MS-DOS."
  47.  
  48. Best regards,
  49. </Erik>
  50. --
  51. Erik Naggum             |  ISO  8879 SGML     |
  52.                         |  ISO 10744 HyTime   |
  53. +47-295-0313            |  ISO 10646 UCS      |      Memento, terrigena.
  54. <erik@naggum.no>        |  ISO  9899 C        |      Memento, vita brevis.
  55.