Skip to content

anuj-kh/Socket-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Socket-programming

The problem statement can be found here

The C code connects to a squid proxy via sockets and then sends a GET request for the index page of any website. When the proxy responds with a webpage, this code stores that as a HTML file.
It also parses the returned HTML for the http://info.in2p3.fr/ website, and then finds an image and sends a GET request for that image as well. Which is also downloaded and stored as an image.

About

Download webpage and image through a squid proxy using socket programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages