ls_rclone_smb: List files and folders

View source: R/rcloneSMB.R

ls_rclone_smbR Documentation

List files and folders

Description

List files and folders

Usage

ls_rclone_smb(
  host,
  user,
  path,
  password = NULL,
  rclone_location = Sys.getenv("rclone_location"),
  files_only = FALSE,
  dirs_only = FALSE,
  recursive = FALSE,
  ...
)

Arguments

host

SMB server hostname to connect to.

user

SMB username.

path

Folder path

password

Plain text password. If you have an obscured password pass the obscured password in variable pass.

rclone_location

Location of rclone

files_only

Do not return directories

dirs_only

Do not return files

recursive

Recurse into the listing

...

Additional variables for rclone_smb_connection_string

Value

dataframe of files and folder within path


bwaite-esr/btools documentation built on Sept. 28, 2023, 5:26 p.m.