Client Server Program #1

Usage

You must first start the server. Do this by typing the command server followed by a port number more than 1024.

 ./server 6524

The run the client.  Do this by typing the client command, followed by the server's host name and the servers port number.

 ./client euclid.nmu.edu 6524

If at any point you get "command not found" then "." is not in your path, and you should precede the command name with "./" for example

 ./client euclid.nmu.edu 6524