stage_run_command: send_file <- function(con, local_path, remote_path)...

Description Usage

View source: R/ssh_functions.R

Description

get_file <- function(con, remote_path, local_path) ftp_client = con$open_sftp() ftp_client$get(remote_path, local_path) ftp_client$close()

Usage

1
2
3
4
5
stage_run_command(
  command = "ls -lah",
  stage_name = "DEV",
  key_filename = "fdren.pem"
)

fdrennan/biggr documentation built on Sept. 24, 2020, 1:36 p.m.