home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp48 / 4095 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.8 KB

  1. Path: sparky!uunet!usc!noiro.acs.uci.edu!cerritos.edu!arizona.edu!tiamat.hacks.arizona.edu!omf
  2. Newsgroups: comp.sys.hp48
  3. Subject: Re: FTP Files
  4. Message-ID: <30JUL92212907@tiamat.hacks.arizona.edu>
  5. From: omf@tiamat.hacks.arizona.edu (Oscar Fowler)
  6. Date: 30 JUL 92 21:29:07    
  7. Reply-To: omf@tiamat.hacks.arizona.edu
  8. References: <1992Jul29.175940.29255@ultb.isc.rit.edu> <2a785a5d.1502.1comp.sys.hp48.1@hpcvbbs.cv.hp.com>
  9. Distribution: world,local
  10. Organization: Sirius Cybernetics Corporation
  11. Nntp-Posting-Host: tiamat.hacks.arizona.edu
  12. News-Software: VAX/VMS VNEWS 1.4-a4  
  13. Lines: 23
  14.  
  15. In article <2a785a5d.1502.1comp.sys.hp48.1@hpcvbbs.cv.hp.com>, akcs.matt1@hpcvbbs.cv.hp.com (Matthew C. Mead) writes...
  16. >   Just write a pascal program on the computer that looks for the ascii
  17. >code of ^J and replace it with a CR....pretty easy....read and
  18. >write....you could even do it on the hp48....but it would be slower....
  19.  
  20. The reason you're having problems is that the system you're downloading
  21. from uses a simple Line Feed (^J) to signify the end of a line, and
  22. a PC uses Carriage Return + Line Feed (^M^J).  I wrote a little
  23. program called ADDCR that I use every time I download a text file (or
  24. source file) from our school's Vax.  If you have a way to convert
  25. UUENCODEd files back to binary, let me know and I'll email the program
  26. to you.
  27.  
  28. #############################################################################
  29.  
  30.                "If you can't lick'em, put 'em on with a big piece of tape."
  31.                                                           /   \
  32. Oscar Fowler                                              \    /\
  33. omf@tiamat.hacks.arizona.edu                              | \/    \
  34.                                                           \  |    |
  35. X & 0 = digital murder                         negativland  \|____|
  36.  
  37.