| sftp_listfiles | R Documentation |
Convenience function wrapping sftp_list with type hard-set to "file".
sftp_listfiles(
sftp_connection = get("sftp_con"),
verbose = TRUE,
curlPerformVerbose = FALSE,
recurse = FALSE
)
sftp_connection |
A list created by calling sftp_connect Default value is "sftp_con". |
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_listdirs, sftp_list
Other sftp:
sftp_changedir(),
sftp_connect(),
sftp_delete(),
sftp_download(),
sftp_listdirs(),
sftp_list(),
sftp_makedir(),
sftp_removedir(),
sftp_rename(),
sftp_upload()
## Not run:
# minimal - rely on defaults
files <- sftp_listfiles()
# explicit
files <- sftp_listfiles(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.