sftp_download {baizer} | R Documentation |
download file from remote server via sftp
sftp_download(sftp_con, path = NULL, to = basename(path))
sftp_con |
sftp_connection created by sftp_connect() |
path |
remote file path |
to |
local target path |
# sftp_download(sftp_con,
# path=c('t1.txt', 't2.txt'),
# to=c('path1.txt', 'path2.txt')