SMB
smb outbound uploads files to an SMB share.
Structure
{
"type": "smb",
"tag": "smb-out",
"server": "192.168.1.10",
"port": 445,
"share": "data",
"user": "backup",
"password": "",
"domain": "",
"path": ""
}
Fields
server
Required
The SMB server hostname or IP address.
port
The SMB server port.
445 is used by default.
share
Required
The share name.
user
Required
The username for authentication.
password
The password for authentication.
domain
The authentication domain.
path
Path inside the share. The share root is used if empty.