home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / history / 6329 < prev    next >
Encoding:
Text File  |  1993-01-28  |  8.0 KB  |  196 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!uvaarpa!darwin.sura.net!paladin.american.edu!auvm!RA.MSSTATE.EDU!DJM1
  3. Message-ID: <9301281345.AA11875@Ra.MsState.Edu>
  4. Newsgroups: bit.listserv.history
  5. Date:         Thu, 28 Jan 1993 07:45:36 CST
  6. Sender:       History <HISTORY@PSUVM.BITNET>
  7. From:         Don Mabry <djm1@RA.MSSTATE.EDU>
  8. Subject: Re: Ftp-sites
  9. Comments: To: HISTORY@UBVM.cc.buffalo.edu
  10. Lines: 184
  11.  
  12.         There are many anonymous FTP sites in the world. Anonymous means
  13. that ones uses the word anonymous as the login and guest or one's
  14. e-mail address as the password.
  15.         One of the largest sites is wuarchive.wustl.edu, which contains
  16. a staggering amount of information.
  17.         For historians, the two most important probably are ra.msstate.edu
  18. and kuhub.cc.ukans.edu. The directory path for Ra is docs/history (there
  19. are a number of subdirectories); for Kuhub, change directory (cd) to
  20. DUA9:[MALIN].
  21.         Here are some general instructions for ftp. Kuhub uses dir
  22. instead of ls to list contents, but the other commands are virtually
  23. the same.
  24. -----------------
  25. September 1, 1991
  26.  
  27. From: Don Mabry
  28.      djm1@msstate (bitnet)
  29.      djm1@ra.msstate.edu (Internet)
  30.  
  31.  
  32.      FILE TRANSFER PROTOCOL (FTP or ftp) is the fastest means of
  33. transferring a file from one computer to another. To do so, one
  34. must have an account not only on one's home computer but also on
  35. the computer from which you plan to retrieve a file. Fortunately,
  36. there are a number of computers that allow one to logon as
  37. anonymous and to use guest or one's e-mail address as the password.
  38. These are called anonymous ftp sites. Ra.Msstate.edu is an anonymous
  39. ftp site. Ra will allow you to ftp into it by logging in as anonymous
  40. and using either your e-mail address or the word guest as the password.
  41.  
  42.      Mississippi State University, as a service to the public, operates an
  43. anonymous FTP (or ftp)  electronic archive called docs/history. docs/history is
  44. divided into subdirectories. Files to be included in this directory
  45. should be sent to djm1@ra.msstate.edu.
  46.  
  47.      To do a ftp, you only have to know a few commands. Files are stored in
  48. directories and subdirectories.
  49.  
  50. Here are some basic commands with an explanation
  51. of them in brackets:
  52.  
  53.      cd        [change directory]
  54.      DIR       [display a directory]
  55.      ls        [list]
  56.      ls -FC    [list in columns, showing which are files, directories,
  57.                     or programs. Directories are marked with a /;
  58.                     programs with a *]
  59.      get       [command the distant computer to transfer a file]
  60.      mget *    [Interactively answer yes or no for retrieval of each
  61.                     file in a directory]
  62.      bye       [end ftp connection]
  63.      quit      [end ftp connection]
  64.      binary    [You MUST specify binary for a GIF, program, or any binary
  65.                     file]
  66.  
  67.      Below is an example of an ftp session on ra.msstate.edu some time ago.
  68.  
  69. ftp ra.msstate.edu
  70. Connected to ra.msstate.edu.
  71. 220 Ra.MsState.Edu FTP server (SunOS 4.1) ready.
  72. Name (ra.msstate.edu:djm1): anonymous
  73. 331 Guest login ok, send ident as password.
  74. Password: guest
  75. 230 Guest login ok, access restrictions apply.
  76. ftp> cd docs/history
  77. 250 CWD command successful.
  78. ftp> ls -FC
  79. 200 PORT command successful.
  80. 150 ASCII data connection for /bin/ls (130.18.80.10,3177) (0 bytes).
  81.  
  82. HSTDIR.TXT                         college-email.text
  83. Military-Addresses                 course.Renaissance.BBS
  84. NCHE                               database.canada.CULDAT
  85. NHPRC                              database.search
  86. REACH                              diary.iraqi
  87. REACH.9101                         diary.koren
  88. REACH.9103                         diary.werman
  89. Spain.1898                         directory.Canada.list
  90. article.E-Mail                     electronic.biblio.cite
  91. article.alindia.txt                filelist
  92. article.attila.txt                 ftp.info
  93. article.carpentry.medieval         geography.us
  94. article.neolith.txt                glasgow.newsletter
  95. article.vietnam.songs              instructions.directory.janet
  96. biblio.Andrew.Jackson              interest-groups.txt
  97. biblio.american.indian.movement    internet.library
  98. biblio.socialism.france            jobs.history.science
  99. bios.europe                        lasnet.members
  100. bios.history                       lists.history
  101. bios.other                         oxford.text.archives
  102. bios.science.history               paper.VaticanII.Jews
  103. bios.us                            paper.WWI.military
  104. citeread.zip                       victoria.counties.history
  105.  
  106. 226 ASCII Transfer complete.
  107. remote: -FC
  108. 627 bytes received in 0.61 seconds (1 Kbytes/s)
  109. ftp> get bios.history
  110. [I deleted some info here]
  111. ftp> bye
  112. 221 Goodbye.
  113.  
  114. =====================================================================
  115.      Many BITNET/EARN/NETNORTH/GULFNET sites cannot do a direct FTP.
  116. However, BITFTP -- Princeton BITNET FTP Server provides a mail interface
  117. to allow BITNET/NetNorth/EARN users to ftp files from sites on the Internet.
  118.  
  119.      In this case, one sends mail to BITFTP@PUCC, leaving the subject
  120. header blank, and putting the program commands in the body of the text.
  121. Note that each command *must* be on a separate line.
  122.  
  123. The recommended syntax for ftp requests is:
  124.  
  125. FTP hostname
  126. USER anonymous
  127. <other ftp subcommands>
  128. QUIT
  129.  
  130. (If the username is "anonymous", no password is required;
  131. BITFTP will use your userid and nodeid as the password.)
  132.  
  133. Both ra.msstate.edu and u.washington.edu want lower case for commands.
  134.  
  135.  
  136. The following is an example of an ftp request sent by MAIL to BITFTP@PUCC:
  137.  
  138.  
  139. FTP  ra.msstate.edu
  140. USER  anonymous
  141. cd  docs/history
  142. get  bios.history
  143. bye
  144. =======================================================================
  145.      I understand that non-BITNET sites cannot use BFTP@PUCC, but
  146. have been told that mail sent to ftpmail@decwrl.dec.com will work. Below
  147. are the instructions for that mail program. Notice that one has to specify
  148. one's return address when using this program.
  149.  
  150. >>> this help file was last edited on 15-February-1991
  151. >>>
  152. >>> commands are:
  153.         reply <MAILADDR>        set reply addr, since headers are usually
  154.                                    wrong
  155.         connect [HOST [USER [PASS]]]  defaults to gatekeeper.dec.com,
  156.                                         anonymous
  157.         ascii                   files grabbed are printable ascii
  158.         binary                  files grabbed are compressed or tar or both
  159.         compress                compress binaries using Lempel-Ziv encoding
  160.         compact                 compress binaries using Huffman encoding
  161.         uuencode                binary files will be mailed in uuencode format
  162.         btoa                    binary files will be mailed in btoa format
  163.         ls (or dir) PLACE       short (long) directory listing
  164.         get FILE                get a file and have it mailed to you
  165.         quit                    terminate script, ignore rest of mail message
  166.                                         (use if you have a .signature or
  167.                                          are a VMSMAIL user)
  168. >>> notes:
  169.         -> you must give a "connect" command, default host is
  170.            gatekeeper.dec.com, default user is anonymous, default
  171.            password is your mail address.
  172.         -> binary files will not be compressed unless 'compress' or 'compact'
  173.            command is given; use this if at all possible, it helps a lot.
  174.         -> binary files will always be formatted into printable ASCII
  175.            with "btoa" or "uuencode" (default is "btoa").
  176.         -> all retrieved files will be split into 60KB chunks and mailed.
  177.         -> VMS/DOS/Mac versions of uudecode, atob, compress and compact
  178.            are available, ask your LOCAL wizard about them.
  179.  
  180.      I tested this program and it worked. Here is what I did from my UNIX
  181. system (VM, VMS, and other mail systems' commands may differ):
  182.  
  183. mail ftpmail@decwrl.dec.com
  184. SUBJECT: [leave blank]
  185.  
  186. reply djm1@ra.msstate.edu [substitute your own address]
  187. connect ra.msstate.edu
  188. ascii
  189. get /docs/history/filelist
  190. quit
  191.  
  192.  
  193.      This was not as fast as BITFTP but I did get the file. So, those of
  194. you who cannot do a direct FTP or use BITFTP should be able to use this
  195. program.
  196.