node-red-contrib-cifs 0.0.3

download from smb server

npm install node-red-contrib-cifs

Description

Node-Red Node to download files from a SMB/CIFS Server via NT LM 0.12. Authentification can only be done via NTLM response. It's main use is to connect to a Siemens PCU. That's why the username is currently predefined as AUDUSER.

Installation

npm install node-red-contrib-cifs -g

Usage

msg.remote = "remote/path/to/file.txt";
msg.host = "192.168.XX.XXX";
msg.user = "user";
msg.password = "password";

The output will be a msg.payload containing a Buffer of your file. If no file is found the node will output an empty string and throw an error.

TODO

  • add user
  • add share
  • better html

Node Info

Version: 0.0.3
Updated 5 years, 4 months ago
License: ISC
Rating: 3.0 2

Categories

Actions

Rate:

Downloads

6 in the last week

Nodes

  • smb-download

Keywords

  • node-red
  • cifs
  • smb

Maintainers