search for: e4ftl01

Displaying 2 results from an estimated 2 matches for "e4ftl01".

2012 Mar 07
0
listening folder and directories on ftp server
...unction from RCurl package. But it relativly often happens that I get a errorcode 550 an I'm not able to get the information. If I put the very same adress to a browser I get te content, so the connection is working. Thanks in advance Matteo #### library(RCurl) filelisturl <- "ftp://e4ftl01.cr.usgs.gov/MOLT/MOD13Q1.005/2000.02.18" dirlisturl <- "ftp://e4ftl01.cr.usgs.gov/MOLT/MOD13Q1.005/" getURL(filelisturl) # sometimes it works but if not I get this error: Error in function (type, msg, asError = TRUE) : RETR response: 550 getURL(dirlisturl) # dir list has less...
2012 Apr 09
1
Listing the contents of an FTP directory via R?
R-helpers: I'd like to be able to store all the file information from an ftp site (e.g. file and foldernames) through an R command. Any ideas how to do this? Here's an example site to use: ftp://e4ftl01.cr.usgs.gov/MOTA/MCD15A3.005 --j -- Jonathan A. Greenberg, PhD Assistant Professor Department of Geography and Geographic Information Science University of Illinois at Urbana-Champaign 607 South Mathews Avenue, MC 150 Urbana, IL 61801 Phone: 415-763-5476 AIM: jgrn307, MSN: jgrn307 at hotmail.com...