Get a file from WebServer

S

spidy

Hi guys,

I want to write some program what will get some files from a
WebServer.

Now as per my understanding
1) I can create TCP connection and use socket programming to get the
file.
2) I can use UDP and socket programming to get the file.


Once I connected to server on port 80 , how can I locate the file on
web server and get the file?
I think I need to give URL of file on server and there must be some
API to get the file.

Will this work behind proxy?? Do I need some additional work to make
it work behind proxy?

Guys,I am very new to network programming , so need your thoughts..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top