Description Usage Arguments Value
View source: R/download_acns.R
Download File from SFTP Server
1 2 3 4 5 6 7 8 | download_sftp(
file,
usr,
pwd,
dir_remote = "",
dir_local = fs::file_temp("dir"),
server = "xfer.shelbycountytn.gov"
)
|
file |
File name to pull from the SFTP server. This should not include directories. |
usr |
Username for SFTP server |
pwd |
Password for SFTP server |
dir_remote |
Directory containing file in SFTP server |
dir_local |
Directory to save file to on local computer |
server |
Server address |
Path where the file is downloaded
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.