There is an online file (such as http://www.example.com/information.asp) I need to grab and save to a directory. I know there are several methods for grabbing a
http://www.example.com/information.asp
Use apache commons-io, just one line code:
FileUtils.copyURLToFile(URL, File)