-
Notifications
You must be signed in to change notification settings - Fork 0
sid4/singleThreadedHttpTcpClient
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a single threaded HTTP TCP client with option to initiate persistent or non-persistent HTTP connection with server For compiling: make -f make1 For running: ./client <hostname> <portno> <p>/<np> <filename> Case when argument passed is p, viz. persistent, then the filenames are read from the file named "filename" argument on local system (same folder) and each file is fetched from the server. Sample file fetchFiles.txt is available Case when argument passed is np, viz. non-persistent, then the specified "filename" is fetched from the server
About
Single Threaded HTTP TCP Client
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published