home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / cbm / 5030 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  2.8 KB

  1. Path: sparky!uunet!enterpoop.mit.edu!usc!elroy.jpl.nasa.gov!nntp-server.caltech.edu!rknop
  2. From: rknop@cco.caltech.edu (Robert Andrew Knop)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: UPloading
  5. Date: 13 Dec 1992 18:35:17 GMT
  6. Organization: California Institute of Technology, Pasadena
  7. Lines: 59
  8. Message-ID: <1gfvp5INN451@gap.caltech.edu>
  9. References: <Dec.12.19.16.31.1992.13092@romulus.rutgers.edu>
  10. NNTP-Posting-Host: punisher.caltech.edu
  11.  
  12. amyt@romulus.rutgers.edu (Amy Humphries) writes:
  13.  
  14. >I have several questions about uploading:
  15.  
  16. >Note: I am using desterm.
  17.  
  18. >1.  When I try uploading a text file, all the lines are appended
  19. >together (i.e. no carriage returns).  How can I fix this?
  20.  
  21. What system are you uploading to?  The problem probably has to do with the
  22. fact that every system in the world uses different conventions for line
  23. terminators.  Some of the ones I know are (CR=Carriage return=$0D, LF=Line feed=$0A):
  24.  
  25. C=64, 128      :   CR
  26. MS-DOS, VMS    :   CRLF
  27. AmigaDOS, Unix :   LF
  28.  
  29. There are conversion utilities out there which will change the line
  30. terminators.
  31.  
  32. Are you already changing between ASCII and PETSCII?  That is anther mess, the
  33. text files on the 64 and 128 having their uppercase and lowercase letters
  34. reversed (sort of).
  35.  
  36. If you upload with Kermit, uploading files as text files, you can have all of
  37. this taken care of during the transfer.  I don't think that DesTerm's xmodem
  38. (etc.) uploads will take care of any of this.
  39.  
  40. >2.  I have downloaded some stuff from Qlink, including Mah-jongg.  I
  41. >know it was requested that this stuff be uploaded to an ftp site.  I
  42. >want to know if this is "legal" or will Qlink be upset.
  43.  
  44. Unless it was in one of the "special" libraries which are for Q-Link members
  45. only, all of the stuff on Q-Link is freely distributable, meaning you can give
  46. it away, upload it to any BBS or ftp site, or any other service you want.
  47.  
  48. >2b.  What ftp site should I put them on?
  49.  
  50. You can stick it in /pub/rknop/INCOMING on ccosun.caltech.edu.  I'll even get
  51. around to cleaning up the site pretty soon here :)
  52.  
  53. >2c.  Will there be problems similar to that with text files (i.e. read
  54. >question one)?
  55.  
  56. Perhaps, but not if you are careful to do everything right.  Make sure you
  57. upload everything as "binary."  When doing transfers under xmodem, this will
  58. always happen (but make sure that the terminal program you use is set to do NO
  59. tranlations on the file it sends).  When ftp'ing files, make sure to type
  60. "binary" before getting or putting files from/to ftp sites.
  61.  
  62. >3.  I also have novaterm9.3 but I don't use it.  Would this be better
  63. >to use for uploading, than desterm?
  64.  
  65. Unless I am wrong, DesTerm can do everything in the up/download department
  66. that novaterm can.  If you have a 128 and have DesTerm working, there's no
  67. reason why you should try to use NovaTerm.
  68.  
  69. -Rob
  70. rknop@cco.caltech.edu
  71.