Skip to content
Prev 60098 / 398502 Next

Opening connection to FTP site

On Tue, 30 Nov 2004, michael watson (IAH-C) wrote:

            
It is not possible using url().  Try, e.g.

tmp <- tempfile()
download.file("ftp://ftp.ensembl.org", tmp, method="lynx") # or "wget"
readLines(tmp)