travisghansen / node-red-contrib-lftp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

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

License:MIT License


Languages

Language:JavaScript 59.7%Language:HTML 40.3%