home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / texts / term_papers / decwrl.txt < prev    next >
Text File  |  1995-01-08  |  6KB  |  136 lines

  1. THe help file for ftpmail@decwrl.dec.com  
  2.  
  3.  
  4.   
  5.   -- Help --
  6. >>> $Id: help-text,v 1.7 1993/05/05 00:49:43 vixie Exp $
  7. >>>
  8. >>> ftpmail is not a supported service. From time to time it stops working;
  9. >>> we will tend to it when we get the time. Outages of a week or more are not
  10. >>> abnormal. 
  11.  
  12. >>> commands are:
  13.  
  14.         reply <MAILADDR>        set reply addr, since headers are usually wrong
  15.         connect [HOST [USER [PASS [ACCT]]]]
  16.                                 defaults to gatekeeper.dec.com, anonymous
  17.         ascii                   files grabbed are printable ascii
  18.         binary                  files grabbed are compressed or tar or both
  19.         chdir PLACE             "get" and "ls" commands are relative to PLACE
  20.                                         (only one CHDIR per ftpmail session,
  21.                                         and it executes before any LS/DIR/GETs)
  22.         compress                compress binaries using Lempel-Ziv encoding
  23.         compact                 compress binaries using Huffman encoding
  24.         uuencode                binary files will be mailed in uuencode format
  25.         btoa                    binary files will be mailed in btoa format
  26.         chunksize SIZE          split files into SIZE-byte chunks (def: 64000)
  27.         ls (or dir) PLACE       short (long) directory listing
  28.         index THING             search for THING in ftp server's index
  29.         get FILE                get a file and have it mailed to you
  30.                                         (max 10 GET's per ftpmail session)
  31.         quit                    terminate script, ignore rest of mail message
  32.                                         (use if you have a .signature or
  33.                                          are a VMSMAIL user)
  34.  
  35. >>> notes:
  36.  
  37.         -> you should send complaints to the ftpmail-admin address.  our
  38.            postmaster does not handle ftpmail problems and you can save her
  39.            the trouble of forwarding your complaints by just mailing them to
  40.            the right address.  the "ftpmail-request" address is gone; don't
  41.            use it.
  42.  
  43.         -> the "index" command depends on the "SITE EXEC INDEX" feature of
  44.            some ftp servers.  Gatekeeper.dec.com originated this feature,
  45.            and ftp.uu.net duplicated it (with a format change to the output,
  46.            naturally).  Wuarchive.wustl.edu also has this feature, though
  47.            their index seems to be empty.  The source for an ftpd that
  48.            supports this feature is on Gatekeeper.DEC.COM in /pub/DEC/gwtools.
  49.  
  50.         -> a password of "" or '' will be sent as a null string.  if you need
  51.            this you will know it, if you don't, you won't.
  52.  
  53.         -> the "Subject:" of your request will be contained in the "Subject:"
  54.            of all of ftpmail's responses to you regarding that request.  You
  55.            can therefore use it to "tag" different requests if you have more
  56.            than one outstanding at any given time.
  57.  
  58.         -> you must give a "connect" command, default host is
  59.            gatekeeper.dec.com, default user is anonymous, default
  60.            password is your mail address with a hyphen prepended.
  61.  
  62.         -> binary files will not be compressed unless 'compress' or 'compact'
  63.            command is given; use this if at all possible, it helps a lot.
  64.            note that many files are already compressed.  if you use any of
  65.            the binary-file qualifiers (compress, compact, uuencode, btoa)
  66.            without setting 'binary' first, your session will abort in error.
  67.  
  68.         -> binary files will always be formatted into printable ASCII
  69.            with "btoa" or "uuencode" (default is "btoa").  if you don't
  70.            use the "binary" command, ftpmail will cheerfully try to mail
  71.            you the binary data, which will absolutely, positively fail.
  72.  
  73.         -> all retrieved files will be split into chunks and mailed.  the
  74.            size of the chunk is 64000 characters unless you change it with
  75.            the "chunksize" command.  CompuServe users will need to set this
  76.            to 49000.  there is no way to set it higher than 100000, so please
  77.            don't ask.
  78.  
  79.         -> if you ask for more than 10 files in a session, you will receive
  80.            an error message and your entire request will be rejected.
  81.  
  82.         -> VMS/DOS/Mac versions of uudecode, atob, compress and compact
  83.            are available, ask your LOCAL wizard about them if you can't
  84.            locate them (but try gatekeeper.dec.com in /archive/pub/VMS
  85.            if you're still using a VMS system.)
  86.  
  87.         -> several mail unsplitters are hiding on gatekeeper.dec.com in
  88.            /pub/mail/ua/misc/unsplit.  there is one in c, one in perl,
  89.            and one in VMS DCL.
  90.  
  91.         -> there is no way to request only certain parts of a file and we
  92.            do not plan to add one in the near future, so please don't ask.
  93.  
  94.         -> there is no way to delete things from the queue or to find out
  95.            the status of things in the queue, and we do not plan to add
  96.            either feature in the near future, so please don't ask.
  97.  
  98. >>> examples:
  99.  
  100.         -> connect to gatekeeper.dec.com and get a root directory listing:
  101.                 connect
  102.                 ls
  103.                 quit
  104.  
  105.         -> connect to gatekeeper.dec.com and get the README.ftp file:
  106.                 connect
  107.                 get README.ftp
  108.                 quit
  109.  
  110.         -> connect to gatekeeper.dec.com and get the gnuemacs sources:
  111.                 connect
  112.                 binary
  113.                 uuencode
  114.                 chdir /pub/GNU
  115.                 get emacs-18.58.tar.Z
  116.                 quit
  117.  
  118.         -> connect to ftp.uu.net as anonymous and get a root directory list:
  119.                 connect ftp.uu.net
  120.                 binary
  121.                 chdir /index/master
  122.                 get by-name.Z
  123.                 quit
  124.  
  125. Ftpmail was written by Paul Vixie while at the DEC Western Research Laboratory
  126. and at the DEC Network Systems Laboratory, from 1989-1993.  Ftpmail is not a
  127. product or service of Digital Equipment Corporation and no support or warranty
  128. is expressed or implied.
  129.   -- End of Help --
  130.  
  131.   -- Ftpmail Submission Transcript --
  132. <<< help
  133. >>> Help is on the way.
  134.   -- End of Ftpmail Transcript --
  135.  
  136.