I am trying to copy the text held in a text file on awebsite into another text file held on my computer. I tried usingFileReader but this will not except an URL as part of theconstructor.Any help would be great.
Two ideas of attack ... Look at the URL class in the Java API ... or youcan make a Socket connection to port 80 and stream the results :)