
get:
   ASCII mode:
      usage: "get <filename>"
   The file is then sent, followed by the usual
   OK message.

   BINARY mode:
      usage: "get <filename> <size in bytes>"
   The message "LENGTH <len>" will be sent, indicating
   length of the file to be sent, and then that number of
   bytes will be sent.
