View source: R/file_transfer.R
rsync_download | R Documentation |
This assumes that SSH public-key authentication is set up.
rsync_download(url, dest, username = "foo", password = "bar",
verbose = FALSE, extra = "-q")
url |
character |
dest |
character destination filename, by default the basename of the URL |
username |
the username (required) |
password |
the password (required) |
verbose |
logical, if TRUE then echo the command string |
extra |
character extra params for scp, currently "-q" |
integer with 0 for success
Other file_transfer: cp_download
,
duck_download
, duck_upload
,
has_duck
, has_rsync
,
has_scp
,
make_remote_directory
,
remote_directory_exists
,
rsync_upload
, scp_download
,
scp_upload
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.