upload_smb

Function

ArgDescriptionType
fileThe file to uploadOSPath (required)
nameThe name of the file that should be stored on the serverOSPath
accessorThe accessor to usestring
usernameThe SMB username to login as (if not provided we use the SMB_CREDENTIALS env)string
passwordThe SMB password to login as (if not provided we use the SMB_CREDENTIALS env)string
server_addressThe SMB server address and optionally port followed by the share name (e.g. \192.168.1.1:445\ShareName)string (required)

Required Permissions: FILESYSTEM_READ

Description

Upload files using the SMB file share protocol.