Skip to content

SMB Share Node

Data/Files/External

SMB Share

Turn an SMB2/3 share into a FlowPath.

external_smb_storedata
Inputs11
Outputs2
Security exposure5/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
5/10Medium
PrivacyPotential sensitivity of processed data.
5/10Medium
PerformanceRuntime or resource pressure.
4/10Medium
GovernancePolicy, audit, or compliance impact.
5/10Medium
ReliabilityOperational stability considerations.
4/10Medium
CostExternal or compute cost impact.
2/10High

Input Pins

11

Input

Execution
exec_in

Trigger execution

Address

String
address

SMB server address. Use host:port, or host to use port 445.

Share

String
share

SMB share name

Auth Mode

String
auth_mode

How to authenticate: 'credentials' (username/password/domain), 'guest', or 'kerberos_ccache' (local FILE ccache/kinit)

Default credentials
credentialsguestkerberos_ccache

Prefix

String
prefix

Optional path prefix within the share

Username

String
username

SMB username

Password

String
password

SMB password

Sensitive

Domain

String
domain

Optional SMB domain or workgroup

Timeout

Integer
timeout_seconds

Connection timeout in seconds

Default 5

Compression

Boolean
compression

Enable SMB compression when supported by the server

Default true

DFS

Boolean
dfs_enabled

Enable DFS referral handling

Default true

Output Pins

2

Done

Execution
exec_out

Store created

Path

Struct
path

FlowPath pointing to the SMB share

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Node Info

Internal name
external_smb_store
Category
Data/Files/External