node-red-contrib-lftp

0.3.0 • Public • Published

node-red-contrib-lftp

A node-red node that supports FTP(s) and SFTP file transfer. github

Install

You must have the lftp binary installed.

apt-get install -y lftp
apk add --no-cache lftp
yum install lftp
pacman -S lftp
etc
npm install --save node-red-contrib-lftp

Documentation

TODO

Security

Be aware of the security implications of running this node. Behind the scenes javascript is executing the lftp binary. The lftp binary can execute other processes on the host system indirectly. Only run this if you are sure of your environment and understand the implications.

Development

TODO

License

See license (MIT).

Package Sidebar

Install

npm i node-red-contrib-lftp

Weekly Downloads

2

Version

0.3.0

License

MIT

Unpacked Size

24.5 kB

Total Files

8

Last publish

Collaborators

  • travisghansen