diff options
author | Akshay <[email protected]> | 2020-10-21 11:03:33 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-10-21 11:03:33 +0100 |
commit | 596694ef9a47b1fbe2f77f3b0f1671154ef03865 (patch) | |
tree | a5908d7c17f03855abe49f619e217b19a93a5e62 | |
parent | 372ffa5ec3ce365b0a243ac2b0128496542cae6e (diff) |
fix
-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 | ||