Skip to content

travisghansen/node-red-contrib-lftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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