node-red-contrib-scp 0.1.4

Download from SCP server

npm install node-red-contrib-scp

Description

The intended use for this node is to download files from a Siemens NCU. Currently only aes-256-cbc, dh-g1-sha1, hmac-sha1!

Installation

npm install node-red-contrib-scp -g

Usage

Example of a Node-Red function to feed the node

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

  • better html
  • way to edit algorithms in node-red

Node Info

Version: 0.1.4
Updated 5 years, 2 months ago
License: ISC
Rating: not yet rated

Categories

Actions

Rate:

Downloads

13 in the last week

Nodes

  • scp-download

Keywords

  • node-red
  • scp
  • ssh2
  • NCU

Maintainers