> Dear friends,
> I'm making download manager in J2SE.
> If my pc is in LAN n this software is installed on that, then how to
> download any file from the server ..?
> Which are the classes n methods available to that..? How we can donload
> files from server identified by IP.
Jakarta Commons has an excellent HTTPClient implementation.
http://jakarta.apache.org/commons/httpclient/
As for "dealing with IP addresses" instead of Domain names, maybe
someone else will explain that relationship to you.
Oliver Wong - 15 Apr 2006 17:05 GMT
>> Dear friends,
>> I'm making download manager in J2SE.
[quoted text clipped - 8 lines]
> As for "dealing with IP addresses" instead of Domain names, maybe
> someone else will explain that relationship to you.
Using http://www.google.com/ and http://72.14.203.104/ should yield similar
results for most intents and purposes.
- Oliver