Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Get a file from WebServer

0 views
Skip to first unread message

spidy

unread,
Oct 24, 2008, 6:12:07 PM10/24/08
to
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..

0 new messages