home *** CD-ROM | disk | FTP | other *** search
/ gdead.berkeley.edu / gdead.berkeley.edu.tar / gdead.berkeley.edu / pub / gdead / miscellaneous / ftpmail < prev    next >
Text File  |  1996-11-12  |  6KB  |  156 lines

  1. ftpmail servers that may be available might include:
  2.  
  3.    ftpmail@ftpmail.ramona.vix.com
  4.  
  5.  
  6.    ftpmail@doc.ic.ac.uk   \     These also may be the same
  7.    src.doc.ic.ac.uk       /      ftpmail servers.
  8.  
  9.    bitftp@pucc.princeton.edu
  10.  
  11.    ftpmail@cs.uow.edu.au (in Australia)
  12.  
  13.    mail ftpmail@grasp.insa-lyon.fr (body: help) Please, European users only. 
  14.   mail BITFTP@DEARN or to BITFTP@vm.gmd.de (body: help or 
  15.    ftplist for a list of anonymous ftp sites) (Europe only) 
  16.  
  17. ==============================================================================
  18.                          HOW TO USE FTPMAIL
  19. ==============================================================================
  20. Help on using ftpmail can be found by sending a message to one of the
  21. above addresses with the word 'help' in the body of the message.
  22.  
  23. The actual help file looks like this:
  24.   -- Help --
  25. >>>
  26. >>> commands are:
  27.  
  28.     reply <MAILADDR>    set reply addr, since headers are usually wrong
  29.     connect [HOST [USER [PASS [ACCT]]]]
  30.                 defaults to gatekeeper.dec.com, anonymous
  31.     ascii            files grabbed are printable ascii
  32.     binary            files grabbed are compressed or tar or both
  33.     chdir PLACE        "get" and "ls" commands are relative to PLACE
  34.                     (only one CHDIR per ftpmail session,
  35.                     and it executes before any LS/DIR/GETs)
  36.     compress        compress binaries using Lempel-Ziv encoding
  37.     compact            compress binaries using Huffman encoding
  38.     uuencode        binary files will be mailed in uuencode format
  39.     btoa            binary files will be mailed in btoa format
  40.     chunksize SIZE        split files into SIZE-byte chunks (def: 64000)
  41.     ls (or dir) PLACE    short (long) directory listing
  42.     index THING        search for THING in ftp server's index
  43.     get FILE        get a file and have it mailed to you
  44.                     (max 10 GET's per ftpmail session)
  45.     quit            terminate script, ignore rest of mail message
  46.                     (use if you have a .signature or
  47.                      are a VMSMAIL user)
  48.  
  49. >>> notes:
  50.  
  51.     -> you should send complaints to the ftpmail-admin address.  our
  52.        postmaster does not handle ftpmail problems and you can save her
  53.        the trouble of forwarding your complaints by just mailing them to
  54.        the right address.  the "ftpmail-request" address is gone; don't
  55.        use it.
  56.  
  57.     -> the "index" command depends on the "SITE EXEC INDEX" feature of
  58.        some ftp servers.  Gatekeeper.dec.com originated this feature,
  59.        and ftp.uu.net duplicated it (with a format change to the output,
  60.        naturally).  Wuarchive.wustl.edu also has this feature, though
  61.        their index seems to be empty.  The source for an ftpd that
  62.        supports this feature is on Gatekeeper.DEC.COM in /pub/DEC/gwtools.
  63.  
  64.     -> a password of "" or '' will be sent as a null string.  if you need
  65.        this you will know it, if you don't, you won't.
  66.  
  67.     -> the "Subject:" of your request will be contained in the "Subject:"
  68.        of all of ftpmail's responses to you regarding that request.  You
  69.        can therefore use it to "tag" different requests if you have more
  70.        than one outstanding at any given time.
  71.  
  72.     -> you must give a "connect" command, default host is
  73.        gatekeeper.dec.com, default user is anonymous, default
  74.        password is your mail address with a hyphen prepended.
  75.  
  76.     -> binary files will not be compressed unless 'compress' or 'compact'
  77.        command is given; use this if at all possible, it helps a lot.
  78.        note that many files are already compressed.  if you use any of
  79.        the binary-file qualifiers (compress, compact, uuencode, btoa)
  80.        without setting 'binary' first, your session will abort in error.
  81.  
  82.     -> binary files will always be formatted into printable ASCII
  83.        with "btoa" or "uuencode" (default is "btoa").  if you don't
  84.        use the "binary" command, ftpmail will cheerfully try to mail
  85.        you the binary data, which will absolutely, positively fail.
  86.  
  87.     -> all retrieved files will be split into chunks and mailed.  the
  88.        size of the chunk is 64000 characters unless you change it with
  89.        the "chunksize" command.  CompuServe users will need to set this
  90.        to 49000.  there is no way to set it higher than 100000, so please
  91.        don't ask.
  92.  
  93.     -> if you ask for more than 10 files in a session, you will receive
  94.        an error message and your entire request will be rejected.
  95.  
  96.     -> VMS/DOS/Mac versions of uudecode, atob, compress and compact
  97.        are available, ask your LOCAL wizard about them if you can't
  98.        locate them (but try gatekeeper.dec.com in /archive/pub/VMS
  99.        if you're still using a VMS system.)
  100.  
  101.     -> several mail unsplitters are hiding on gatekeeper.dec.com in
  102.        /pub/mail/ua/misc/unsplit.  there is one in c, one in perl,
  103.        and one in VMS DCL.
  104.  
  105.     -> there is no way to request only certain parts of a file and we
  106.        do not plan to add one in the near future, so please don't ask.
  107.  
  108.     -> there is no way to delete things from the queue or to find out
  109.        the status of things in the queue, and we do not plan to add
  110.        either feature in the near future, so please don't ask.
  111.  
  112. >>> examples:
  113.  
  114.     -> connect to gatekeeper.dec.com and get a root directory listing:
  115.         connect
  116.         ls
  117.         quit
  118.  
  119.     -> connect to gatekeeper.dec.com and get the README.ftp file:
  120.         connect
  121.         get README.ftp
  122.         quit
  123.  
  124.     -> connect to gatekeeper.dec.com and get the gnuemacs sources:
  125.         connect
  126.         binary
  127.         uuencode
  128.         chdir /pub/GNU
  129.         get emacs-18.58.tar.Z
  130.         quit
  131.  
  132.     -> connect to ftp.uu.net as anonymous and get a root directory list:
  133.         connect ftp.uu.net
  134.         binary
  135.         chdir /index/master
  136.         get by-name.Z
  137.         quit
  138.  
  139. Ftpmail was written by Paul Vixie at the DEC Western Research Laboratory
  140. and at the DEC Network Systems Laboratory, from 1989-1993.
  141.   -- End of Help --
  142.  
  143.  
  144. ==============================================================================
  145.                                    CAVEAT!
  146. ==============================================================================
  147.  
  148. Yes, this service does exist. Please very careful in using it - the hosts that
  149. handle your mail for you may not be able to handle the large volumes generated
  150. by this FTP-Mail service. Be sure to check with all sites between you and the
  151. ftpmail service provider to make sure that this sort of actiuvity is cool with
  152. them.
  153.  
  154. Remember, due to limitations of size of mail messages coming in to most 
  155. mail servers.  ftpmail wil probably break your messages into pieces.
  156.