mkdir_rclone_smb: Make folder

View source: R/rcloneSMB.R

mkdir_rclone_smbR Documentation

Make folder

Description

Make folder

Usage

mkdir_rclone_smb(
  host,
  user,
  path,
  password = NULL,
  rclone_location = Sys.getenv("rclone_location"),
  ...
)

Arguments

host

SMB server hostname to connect to.

user

SMB username.

path

SMB folder to create

password

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

rclone_location

Location of rclone

...

Additional variables for rclone_smb_connection_string

Value

Silent


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