1.0.17 • Published 4 years ago

node-red-contrib-sftpco v1.0.17

Weekly downloads
15
License
ISC
Repository
github
Last release
4 years ago

node-red-contrib-sftpco

BuyMeCoffee

Why anoher node for SFTP connection ?

The other watcher (wfwatcher) check recursively and attach filename to payload... Most of nodes who work with file check msg.filename.

So this plugin attach to msg :

  • file : the name of the file, with extension
  • filedir : Directory of file
  • filename: the complete path to the file
  • payload: the complete path to the file

On configuration side we can :

  • Select the folder to watch (of course ....)
  • Type event : create, update, delete
  • Check for recursively or not
  • ignore file who are in directory are start (or not)
  • ignore files on regex based, only String !, not type the / for regextype (I.E. ^test.(txt|xls) not /^test.(txt|xls)/)

Prerequisites

Have Node-RED installed and working, if you need to install Node-RED see here.

Installation

Install via Node-RED Manage Palette

node-red-contrib-watchdirectory

Install via npm

$ cd ~/.node-red
$ npm install node-red-contrib-watchdirectory
# then restart node-red

Contribute

PR are welcome

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.0

4 years ago