New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-betterplus-sftp

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-betterplus-sftp

A betterplus node for SFTP communication.

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-61.11%
Maintainers
0
Weekly downloads
 
Created
Source

node-red-contrib-betterplus-sftp

This is a fork of node-red-contrib-better-sftp

Betterplus SFTP was created out of necessity for a SFTP node which was fully implemented and had several options to configure algorithms (and "somewhat" up-to-date dependencies).

Big shout out to jyu213 for creating ssh2-sftp-client to make development of this node easy.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-betterplus-sftp

SFTP

List Directory - Lists contents of msg.payload as a directory OR working directory on node config.

Get - Set msg.payload to get the file OR working directory + file name in configuration will be used.

Put - Set msg.payload.data to either the file name, buffer stream, or buffer object of the source file. Set msg.payload.filename to the desired name of remote file. If msg.payload.filename is not specified filename in node config will be used. File contents will be uploaded to the SFTP server in the working directory specified.

Delete File - Set msg.payload to the name of the file you wish to delete in the working directory.

Rename - Set msg.payload.filename to the original name of remote file. Set msg.payload.newfilename to the new name of remote file. If msg.payload.filename and msg.payload.newfilename is not specified filename and newfilename in node config will be used. File will be renamed to the SFTP server in the working directory specified.

Make Directory - Set msg.payload to the name of the directory to make. If blank working directory will be used.

Remove Directory - Set msg.payload to the name of the directory to remove. If blank working directory will be used.

Configuration

Host, username, and password are required to configure a new SFTP client.

Algorithms are set to pre-defined default values. If you need to modify them see ssh2-streams for more information.

License

See license

Keywords

FAQs

Package last updated on 23 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc