ftp.download | R Documentation |
replicates <x> in folder <y>
ftp.download(x, y, n, w, h, u = "ftp", v)
x |
= a remote folder |
y |
= local folder (e.g. "C:\\temp\\mystuff") |
n |
= ftp site (can be missing) |
w |
= user id (can be missing) |
h |
= password (can be missing) |
u |
= a string (ftp/sftp) |
v |
= a boolean (ftp.use.epsv argument of getCurlHandle) |
Other ftp: ftp.all.dir
,
ftp.all.files.underlying
,
ftp.all.files
,
ftp.credential
, ftp.del
,
ftp.dir.parse.ftp
,
ftp.dir.parse.sftp
, ftp.dir
,
ftp.exists
, ftp.get
,
ftp.info
, ftp.kill
,
ftp.list
,
ftp.missing.underlying
,
ftp.missing
, ftp.parent
,
ftp.put
, ftp.record
,
ftp.rmdir
, ftp.sql.factor
,
ftp.upload
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.