diff options
-rw-r--r-- | readme.txt | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,7 @@ | |||
1 | Akshay's NPS lab programs | 1 | 18CS54 - network programming and security |
2 | ------------------------- | 2 | ----------------------------------------- |
3 | |||
4 | Contents: | ||
3 | 5 | ||
4 | Q1: Write a networking program consisting of a client and | 6 | Q1: Write a networking program consisting of a client and |
5 | server components. The client must request for a file by | 7 | server components. The client must request for a file by |
@@ -7,3 +9,7 @@ providing a file name, and the server must respond with the | |||
7 | contents of the file or an appropriate error message. Bonus: | 9 | contents of the file or an appropriate error message. Bonus: |
8 | Modify the client to accept the filname via a command line | 10 | Modify the client to accept the filname via a command line |
9 | argument. | 11 | argument. |
12 | |||
13 | |||
14 | ------------------------------------- | ||
15 | mirror of git.peppe.rs/university/nps | ||