Write a program for
The server receives:
The name of a file
The position of the byte to be read
The Server open the file, reads the byte at the specified position and
returns the read byte.
The Client:
Sends a string representing the name of a file and the position of a
byte to be read
Receives the read byte
Writes the byte to a local file