| sftp_listdirs | R Documentation |
Convenience function wrapping sftp_list with type hard set to "dir".
sftp_listdirs(
sftp_connection = get("sftp_con"),
verbose = TRUE,
curlPerformVerbose = FALSE,
recurse = FALSE
)
sftp_connection |
A list created by calling sftp_connect
Default value is |
verbose |
Logical. Turn on messages to console. Default is TRUE. |
curlPerformVerbose |
Logical. Turn on messages to console from
|
recurse |
Logical. Recurse directories? Default is FALSE. |
A tibble
sftp_listfiles, sftp_list
Other sftp:
sftp_changedir(),
sftp_connect(),
sftp_delete(),
sftp_download(),
sftp_listfiles(),
sftp_list(),
sftp_makedir(),
sftp_removedir(),
sftp_rename(),
sftp_upload()
## Not run:
# minimal - rely on defaults
files <- sftp_listdirs()
# explicit
files <- sftp_listdirs(sftp_connection = sftp_con,
verbose = TRUE,
curlPerformVerbose = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.