st-one-io / node-red-contrib-smb

Node of Node-RED for SMB Protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Samba share path needs to be escaped

danielo515 opened this issue · comments

If you write the samba name as you may do on a console \\server_name\share this extension will not work.
You need to escape it because this plugin does not take care of that. Please change the suggested placeholder to reflect that the correct format is \\\\server_name\\share

Ok, all my mistakes were because the domain name of WORKGROUP was not specified.
Maybe it will be a good idea to highlight this requirement on the readme/description