sftp_ls | R Documentation |
list files from remote server via sftp
sftp_ls(sftp_con, path = NULL, all = FALSE)
sftp_con |
sftp_connection created by sftp_connect() |
path |
remote directory path |
all |
list hidden files or not |
files in the dir
# sftp_ls(sftp_con, 'your/dir')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.