delete_rclone_smb: Delete files

View source: R/rcloneSMB.R

delete_rclone_smbR Documentation

Delete files

Description

Delete files

Usage

delete_rclone_smb(
  host,
  user,
  path,
  password = NULL,
  rclone_location = Sys.getenv("rclone_location"),
  rmdirs = FALSE,
  dry_run = TRUE,
  ...
)

Arguments

host

SMB server hostname to connect to.

user

SMB username.

path

File path to delete on smb connection

password

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

rclone_location

Location of rclone

rmdirs

Remove empty directories but leaves root intact

dry_run

Do a trial run with no permanent changes

...

Additional variables for rclone_smb_connection_string

Value

List of file changes


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