apex_download: APEX Download

Description Usage Arguments See Also Examples

View source: R/apex.R

Description

APEX Download

Usage

1
apex_download(session, files, to = ".", verbose = FALSE)

Arguments

session

ssh connection created with apex_connect

files

path to files or directory to transfer

to

existing directory on the destination where files will be copied into

verbose

print progress while copying files

See Also

scp_download

Examples

1
2
3
4
5
6
## Not run: 
# recursively download files and directories
session <- apex_connect()
apex_download(session, "~/target/*", tempdir())

## End(Not run)

Saint-Louis-University/sluhpc documentation built on Oct. 30, 2019, 11:47 p.m.