Description: 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.
To Search:
File list (Check if you may need any files):
client.c
readme.txt
server.c