rclone_smb_connection_string: SMB Connection String

View source: R/rcloneSMB.R

rclone_smb_connection_stringR Documentation

SMB Connection String

Description

SMB Connection String

Usage

rclone_smb_connection_string(
  host,
  user = Sys.getenv("username"),
  port = 445,
  pass = "",
  domain = "WORKGROUP",
  spn = NULL,
  timeout = "1m0s",
  hide_special = TRUE,
  case_insensitive = TRUE,
  encoding =
    "Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Ctl,RightSpace,RightPeriod,InvalidUtf8,Dot"
)

Arguments

host

SMB server hostname to connect to.

user

SMB username.

port

SMB port number.

pass

SMB password. NB Input to this must be obscured. See rclone_obscure

domain

Domain name for NTLM authentication.

spn

Service principal name.

timeout

Max time before closing idle connections.

hide_special

Hide special shares (e.g. print$) which users aren't supposed to access.

case_insensitive

Whether the server is configured to be case-insensitive.

encoding

The encoding for the backend. https://rclone.org/overview/#encoding

Value

Character string for connecting to SMB share


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