****  Use the following commands:

cd <directory> - changes to that directory.
cd .. - will move you up one directory.

dir [-b|k] [-#] [/w] - lists the name and size
                       of each file in the
                       current directory.
*  The -b or -k selects bytes or kilobytes.
*  The -# specifies the number of files on 
   each line in a horizontal listing.
   ** Replace the # with a number.
*  The /w switch forces a wide listing.

ls [-b|k] [-#] - lists the name only of each
                 file in the current directory
                 using a wide listing.

get <filename> - DCC Sends the specified file.

read <filename.txt> - reads the specified text file.
           ** Note:  only .txt files can be read.

help - lists the available commands.

exit or bye - terminates the connection.
