Transferring a file via HTTP

I want to be able to an HTTP server and download a file. I know how to connect to remote computers using socker/serverSocket objects. Can anyone give me a push in the general direction? (ie, like creating an instance of HttpURLConnection?)
[253 byte] By [larry397] at [2007-9-26 2:03:15]
# 1
See http://web2.java.sun.com/docs/books/tutorial/networking/urls/index.htmlspecifically the section Reading Directly from a URL in there.
neville_sequeira at 2007-6-29 8:45:44 > top of Java-index,Core,Core APIs...