home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / hp48 / 6641 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  1.9 KB

  1. Path: sparky!uunet!mcsun!news.funet.fi!funic!sauna.cs.hut.fi!news.cs.hut.fi!mheiskan
  2. From: mheiskan@hut.fi (Mika Heiskanen)
  3. Newsgroups: comp.sys.hp48
  4. Subject: Re: Bin or ASCII in FTP
  5. Date: 02 Jan 93 20:17:51 GMT
  6. Organization: Helsinki University of Technology, Finland
  7. Lines: 38
  8. Distribution: inet
  9. Message-ID: <MHEISKAN.93Jan2221751@lk-hp-9.hut.fi>
  10. References: <C08JIF.Go4@news.iastate.edu>
  11. Reply-To: mheiskan@vipunen.hut.fi
  12. NNTP-Posting-Host: lk-hp-9.hut.fi
  13. In-reply-to: twh18@isuvax.iastate.edu's message of Sat, 2 Jan 1993 16:37:26 GMT
  14.  
  15.  
  16. In article <C08JIF.Go4@news.iastate.edu> twh18@isuvax.iastate.edu (Phoenix) writes:
  17.  
  18. [...]
  19. >FTP?  I mean, does it matter if I use ASCII mode to DL a
  20. >binary file from FTP, then use binary mode to get it on my
  21. >HP48SX?
  22.  
  23. Better use binary mode with with FTP. Time to repost this hint I guess:
  24.  
  25. ----------------------------CLIP-----------------------------------------------
  26. machine seq.uncwil.edu       login anonymous password mheiskan@vipunen.hut.fi
  27. macdef init
  28. cd hp48
  29. binary
  30. prompt
  31.  
  32. ----------------------------CLIP-----------------------------------------------
  33.  
  34. Replace my email address with your own, name the file ".netrc" and execute
  35. "chmod og-rwx .netrc" Then every time you start normal ftp you are
  36. automatically logged in, put into /hp48 directory and binary mode is set.
  37. Also prompt mode is turned off so "mget *" gets all without prompting for each
  38. file. You can add similar macros for other ftp places, but remember to put the
  39. blank line in between since it marks the end of a macro. The macro doesn't
  40. work with ange-ftp although you get "file-name-completion" when starting dired
  41. on /seq.
  42.  
  43. You might also want to add something like this to the end..
  44.  
  45. default                      login anonymous password mheiskan@vipunen.hut.fi
  46.  
  47. ..and you won't have to type login/password with ftp anymore.
  48.  
  49. For more info please don't ask me, use the magic words "man ftp" instead :)
  50.  
  51. --
  52. --> mheiskan@vipunen.hut.fi
  53.