http://cs.gettysburg.edu/~cpresser/cs322/html/first.html GET /~cpresser/cs322/html/first.html GET http://cs.gettysburg.edu/~cpresser/cs322/html/first.html netcat nc utility for network communications nc host port http uses \r\n for eol nc -C host port Examples: cs117:~/public_html/cs322$ nc -C cray 80 GET /~cpresser/cs322/html/first.html Hello cs117:~/public_html/cs322$ nc -C cray 80 GET http://cs.gettysburg.edu/~cpresser/cs322/html/first.html Hello cs117:~/public_html/cs322$ nc -C cray 80 GET /~cpresser/cs322/html/ Index of /~cpresser/cs322/html ...