aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
blob: 62fd58d820e1bbf84f18e95bf22b1a1ce96e1abf (plain)
1
2
3
4
5
6
7
8
9
Akshay's NPS lab programs
-------------------------

Q1: Write a networking program consisting of a client and
server components. The client must request for a file by
providing a file name, and the server must respond with the
contents of the file or an appropriate error message. Bonus:
Modify the client to accept the filname via a command line
argument.