aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
blob: 661249dc3c7f8086ea6790c3846b16af4f086f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
18CS54 - network programming and security
-----------------------------------------

Contents:

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.


-------------------------------------
mirror of git.peppe.rs/university/nps