Guest User

Untitled

a guest
Jan 28th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. library("httr")
  2. GET(url = "ftp://fuoco.geog.umd.edu/gfed4/monthly/GFED4.0_MQ_200301_BA.hdf",
  3. authenticate(user = "fire", password = "burnt"),
  4. write_disk(file.path(tempdir(), "GFED4.0_MQ_200301_BA.hdf"),
  5. overwrite = TRUE))
  6.  
  7. Error in curl::curl_fetch_disk(url, x$path, handle = handle) :
  8. Timeout was reached: Connection time-out
Add Comment
Please, Sign In to add comment