aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..62fd58d
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,9 @@
1Akshay's NPS lab programs
2-------------------------
3
4Q1: Write a networking program consisting of a client and
5server components. The client must request for a file by
6providing a file name, and the server must respond with the
7contents of the file or an appropriate error message. Bonus:
8Modify the client to accept the filname via a command line
9argument.