scp_upload: Upload a file using scp.

Description Usage Arguments Value See Also

Description

This assumes that SSH public-key authentication is set up.

Usage

1
2
scp_upload(filename, url, username = "foo", password = "bar",
  verbose = FALSE)

Arguments

filename

the fully qualified filename of file to upload

url

the destination url

username

the username (required)

password

the password (required)

verbose

logical, if TRUE then echo the command string

Value

integer 0 for success

See Also

Other file_transfer: cp_download, duck_download, duck_upload, has_duck, has_rsync, has_scp, rsync_download, rsync_upload, scp_download


BigelowLab/genologicsr documentation built on May 5, 2019, 2:42 p.m.