download_file.Rd
Requires ncftpget and a properly formatted config file in the users home directory
download_file(url, filename, method)
if (FALSE) { # \dontrun{
download_file("http://lib.stat.cmu.edu/datasets/csb/ch11b.txt","~/test.download.txt")
download_file("
ftp://ftp.cdc.noaa.gov/Datasets/NARR/monolevel/pres.sfc.2000.nc",
"~/pres.sfc.2000.nc")
} # }