To issue commands to the Team H BBS FTP-by-Mail system, send email to 
ftp-mail@teamhbbs.com with the command you want to use in the subject line 
of the message.  The message body may be blank, as the server ignores 
anything other than the sending address and the subject.

The following commands may be used with this system:

INFO -- This command requests the introduction to the FTP-by-Mail system, 
        including the application form.
     Example:
     Subject: INFO

HELP -- Requests the document you are reading now.
     Example:
     Subject: HELP

LIST -- Requests a list of the file areas (directories) on the BBS.  This is
        a simple ASCII listing giving the area number and a description of
        the types of files found in that area.
     Example:
     Subject: LIST

AREA -- Requests the list of files found in the area you specify.  This list
        gives the file names, sizes, and descriptions.  The list will be 
        split into messages of about 390 lines.  Because of the size of some
        of the file lists, you will be charged for requesting a list, and so
        this command is restricted to registered users of the system.
     Example:
     Subject: userid password AREA 5
     The above command would send the file list for file area number 5.

NEW  -- Requests a list of files that have been added to the BBS since a 
        particular date.  The date must be in MM/DD/YY format.  You may
        optionally specify the file areas to search.  If you don't specify
        the areas, all file areas will be searched.  The current state of the 
        server software requires you to register before you can use this
        command.
     Example:
     Subject: userid password NEW 06/22/94 3-7;12;20
     The above command would send a list (with descriptions) of all files dated
     on or after 22 June 1994 in file areas 3, 4, 5, 6, 7, 12, and 20.

FIND -- Search for files on the system.  This is NOT a directory search;
        using wildcards (* and ?) will only confuse the search.  It is a text
        search of the area listings (filenames AND descriptions) which allows
        full boolean searches.  Parentheses may be used to control the order
        of the search processing.  The boolean operators are & (and), | (or),
        and ! (not).  The current state of the server software requires you
        to register before you can use this command.
     Example:
     Subject: userid password FIND ((lum | ataru) ! .jpg)
     The above command would send a list (with descriptions) of all files
     whose filenames or descriptions mention Lum or Ataru, but it will omit
     all JPEG files.

BALA -- Reports your current account balance.  The balance is reduced each
        time you request a file.  Since this command is only of use to
        registered users, it will reject requests from non-registered
        requesters.
     Example:
     Subject: userid password BALA

SEND -- Requests a specific file from the system.  At this time we do not
        have a way to request multiple files with one command.  Requests
        containing multiple file names or wildcards (* and ?) will be
        rejected.  Your file will be uuencoded and mailed to you in 64K
        chunks, using the standard Part 1 of X, Part 2 of X system.  Part 0
        of the file will report your balance after the cost of the file is
        deducted.  Use of this command is restricted to registered people
        only.
     Example:
     Subject: userid password SEND afile.zip
