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/awsR documentation built on Sept. 26, 2020, 8:28 a.m.