Copies file from a URL to a local folder
import cioppy
ciop = cioppy.Cioppy()
ciop.copy (urls, target, extract=True)
urls
target
extract
This function stages-in remote files to local folders
List with:
input <- "http://landsat.usgs.gov/documents/L7_60m20090422.tgz"
res = ciop.copy(input, ciop.tmp_dir)
Terradue