I'm trying to download a TIF file straight into RStudio Cloud, but I cannot manage to do so..
I have already tried:
down1 <- paste0("ftp://",email,":",email,"@","ftpserver/DesiredTif.tif")
download.file(down1, basename(down1))cannot open URL.....: status was 'Couldn't connect to server'
and also tried this:
getURL(down1)
Error in function (type, msg, asError = TRUE) :
Failed to connect to hotmail.com port 21: Connection timed out
Help?