Introduction - If you have any usage issues, please Google them yourself
Implement a simple file transfer system.
The client sends a sequence of upload and download requests.
An upload request contains the name and the content of the file.
A download request contains the name of the file, and the server answers with the
content of the file.