home *** CD-ROM | disk | FTP | other *** search
/ A Beginner's Guide to the Internet / INTERNET.ISO / text / email / email_se.txt < prev    next >
Encoding:
Text File  |  1996-05-06  |  7.0 KB  |  136 lines

  1.  
  2. David DeSimone
  3. an207@cleveland.freenet.edu
  4. [This is version 0.0 (beta test) of my E-mail services list.  Any and
  5.  all comments appreciated.]
  6.  
  7.                  SERVICES AVAILABLE VIA STANDARD E-MAIL
  8.  
  9. This is an attempt at a reasonably complete, accurate, and useful list
  10. of services which are available by sending E-mail to a designated server
  11. somewhere on The Net.  I have attempted to keep this list up-to-date as
  12. far as availability of services.  If you find errors, omitions, or
  13. corrections which need to be made, please contact me at
  14. an207@cleveland.freenet.edu.
  15.  
  16. Many thanks go out to the folks who supplied information to make this
  17. list possible, such as Andrew Purshottam.  (Send me info and get your
  18. name put here!)  And of course, thanks go to all the wonderful folks
  19. out there who make their services available via E-mail!
  20.  
  21.  
  22. USEFUL SERVICES
  23. ===============
  24.  
  25. archie@cs.mcgill.ca
  26.   Subject:  (gives first command, rest in message body)
  27.   Commands:
  28.      path <mail-addr>        (Set return mail path)
  29.      help                    (Get help)
  30.      prog <reg-expr> ...     (Search for an FTP file.  Regular expression
  31.                               Put QUOTES around the expression if it has
  32.                               spaces in it.  Search is CASE SENSITIVE)
  33.      site <full.name.site>   (Returns a listing of files available on the
  34.          -OR-                 requested FTP site)
  35.      site <IP address>
  36.      list <reg-expr> ...     (Returns a list of FTP sites whose names match
  37.                               the regular expression(s) given)
  38.      whatis <string> ...     (Search a software description database which
  39.                               contains a list of several thousand software
  40.                               packages, documents, and datasets)
  41.      compress                (Compress and uuencode the output of all
  42.                               results generated.  Standard .Z compress)
  43.      quit                    (Stop processing commands)
  44.   Services:  This is a great way to find stuff available for anonymous FTP.
  45.              There is too much out there for people to keep track of so this
  46.              computer does it for you.  Send a 'prog' command asking about
  47.              a filename you think will match what you want, and this server
  48.              will churn through its database of thousands of FTP sites and
  49.              mail you a message saying where it is.
  50.   Notes:  Multiple regular expressions on one line will send back one result
  51.           with the filenames interleaved together.  Multiple 'prog' commands
  52.           will result in multiple mailed results, each searching on the
  53.           requested string.  Please COMPRESS any listings you think will be
  54.           long, such as site listings or very general searches.
  55.           For case-insensitive searches, use regular expressions like the 
  56.           following:  "prog [Zz][Ii][Pp]"  (to find ZIP, zip, Zip, ziP, etc.)
  57.  
  58. ftpmail@decwrl.dec.com
  59.   Commands:
  60.      reply <mail-addr>                 (Set return mail path)
  61.      connect <host> [user] [password]  (Connect to foreign host.  The default
  62.                                         user is 'anonymous' default password
  63.                                         is your e-mail address)
  64.      ascii                             (FTP files in ASCII mode)
  65.      binary                            (FTP files in BINARY mode)
  66.      chdir <directory>                 (Change directory on foreign host -
  67.                                         only ONE chdir allowed per session)
  68.      compress                          (Compress [.Z] files before mailing)
  69.      compact                           (Compress [Huff] files before mailing)
  70.      uuencode                          (Uuencode binaries before mailing)
  71.      btoa                              (Encode binaries using btoa -
  72.                                         default)
  73.      ls [directory]                    (Short directory listing)
  74.      dir [directory]                   (Long directory listing)
  75.      get <file>                        (Get a file from the host)
  76.      quit                              (Disconnect from host and terminate
  77.                                         session)
  78.   Services:  This is an FTP-by-Email server.  It will connect to any
  79.              Internet host and get files for you.  It is also the ONLY such
  80.              server that I know of (besides BITFTP), and as such, it is
  81.              HEAVILY loaded.  DO NOT use this server unless you have no
  82.              alternative.  Even so, be prepared to stand in line behind
  83.              thousands of other E-mail users; expect many days before your
  84.              files arrive, and expect the server to go down and/or get
  85.              confused when the load is too heavy.
  86.   Notes:  If the files you are retrieving are not already compressed,
  87.           'compress' or 'compact' them to save resources.
  88.  
  89. mail-server@pit-manager.mit.edu
  90.   Subject:  (gives first command, rest in message body)
  91.   Commands:
  92.      path <mail-addr>                  (Set return path)
  93.      help                              (Get help)
  94.      send usenet-addresses/<username>  (Search for a user's mail address)
  95.      send voting/index                 (Get an index of voting topics)
  96.      quit                              (Ignore rest of message)
  97.   Services:  Username search - if unsure of a UseNet user's mail address, 
  98.              send what you know to this server and it will search its 
  99.              database and try to match it up for you.
  100.              UseNet voting - votes on various topics.  None known at present.
  101.  
  102. bitftp@pucc.princeton.edu
  103.   Subject:  (ignored)
  104.   Commands:
  105.      ftplist                    (Send a list of FTP sites)
  106.      help                       (Send help)
  107.      vms                        (Send help on using BITFTP with VMS)
  108.  
  109.      ftp <host> netdata         (FTP files from a host, sending files via
  110.                                  NETDATA to you)
  111.         -OR-
  112.      ftp <host> uuencode        (FTP files form a host, sending files via
  113.                                  uuencoded mail to your mailbox)
  114.  
  115.      user <username> <password> (Gives login information to the host)
  116.         -OR-
  117.      user anonymous             (Use anonymous FTP, giving e-mail address)
  118.  
  119.      acct <account-info>        (Send host-dependent account information)
  120.      ascii                      (FTP files in ASCII mode)
  121.      binary                     (FTP files in BINARY mode)
  122.         -OR-
  123.      binary fixed <rec-len>     (FTP binary files with fixed record len)
  124.         -OR-
  125.      binary variable            (FTP binary files with variable record len)
  126.  
  127.      cd <directory>             (Change directory on the host)
  128.      close                      (Disconnect from host)
  129.      dir [directory]            (List directory on host)
  130.      ebcdic                     (FTP files in EBCDIC mode)
  131.      get <file> [localfile]     (Get a file from the host)
  132.      locstat                    (Display local status information)
  133.      ls [directory]             (List the files in a directory)
  134.      pwd                        (Print working directory name)
  135.      quit                       (Disconnect from host)
  136.      status [name]