home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / introduc / 1722 < prev    next >
Encoding:
Internet Message Format  |  1993-01-03  |  2.6 KB

  1. Path: sparky!uunet!mcsun!uknet!warwick!doc.ic.ac.uk!agate!spool.mu.edu!umn.edu!csus.edu!ucdavis!toadflax!zerkle
  2. From: zerkle@toadflax.cs.ucdavis.edu (Dan Zerkle)
  3. Newsgroups: comp.sys.amiga.introduction
  4. Subject: Re: FTP help
  5. Message-ID: <20679@ucdavis.ucdavis.edu>
  6. Date: 3 Jan 93 19:13:28 GMT
  7. References: <1992Dec31.194248.1@ulkyvx.louisville.edu>
  8. Sender: usenet@ucdavis.ucdavis.edu
  9. Reply-To: zerkle@cs.ucdavis.edu (Dan Zerkle)
  10. Organization: Department of Computer Science, University of California, Davis
  11. Lines: 51
  12.  
  13. In article <1992Dec31.194248.1@ulkyvx.louisville.edu> jsmcgi01@ulkyvx.louisville.edu writes:
  14. >Could anyone please send me a help file on how to use the ftp sites?  I have
  15. >been connected and looked through one, but have no idea how to read the README.
  16. >files (after trying stuff like read, type, list, ed, more, howdy, etc.).  Also,
  17. >after the binary file is received how would one then convert it to be usable?
  18. >Muchas Gracias.
  19.  
  20. I'm going to assume that you have a typical ftp setup.  That is, you
  21. have an Amiga at home, with a modem attached.  You can dial up to your
  22. school's Unix system.  You school's computer has access to ftp.
  23.  
  24. It seems that you have already figured out how to connect to an ftp
  25. site and find files, so I won't explain that.  After you connect, the
  26. first thing you should do (always) is enter the following command:
  27.  
  28. binary
  29.  
  30. Once you see a file you want, you need to copy it from the ftp host
  31. computer.  For instance, before you can read the README (usually), you
  32. need to transfer it over.  So, enter the following:
  33.  
  34. get README
  35.  
  36. After that, the file is on your Unix system.  You can read it with a
  37. program such as "more" or "vi".
  38.  
  39. After you collect an interesting file, it is sitting on your Unix
  40. computer.  Of course, this doesn't do your Amiga any good, so you need
  41. to transfer it over.  Pretend you used ftp to get the file called
  42. "niftygame.lha".  If your Unix system and your Amiga terminal program
  43. is all set up for Zmodem transfers, you can just type:
  44.  
  45. sz niftygame.lha
  46.  
  47. and the file is transferred to your Amiga automatically.  If you are
  48. using some other method (such as Kermit), the technique will be
  49. different.  Consult the documentation for your terminal software.
  50.  
  51. Once you have the file on your Amiga, you'll need to un-archive it.
  52. If the file name ends with ".lha" or ".lzh", you want a program
  53. called LhA.  It's on Fred Fish disks and (surprise) ftp archive
  54. sites.  Just type (on your Amiga):
  55.  
  56. lha x niftygame
  57.  
  58. After that, your program will be ready for use on your Amiga.
  59.  
  60. Ftp is good stuff.  Have fun!
  61.  
  62. --
  63. Dan Zerkle  zerkle@cs.ucdavis.edu  (916) 756-5170
  64.