
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@yousolution/node-red-contrib-you-ftp-sftp
Advanced tools
A node-red node that support FTP and SFTP file transfer using $() environment variables to control the ftp connection details
A Node-RED node to FTP and SFTP Client (fork node-red-contrib-ftp-sftp).
Adds FTP/SFTP error handling
Please log issues in the repo for assistance. (https://github.com/yousolution-cloud/node-red-contrib-you-ftp-sftp.git)
Run the following command in the root directory of your Node-RED install
npm install @yousolution/node-red-contrib-you-ftp-sftp
process.env.SFTP_SSH_KEY_FILE - If you want to use private SSH key set this environment variable
PUT - Set msg.payload.filedata to the file contents you want pushed and will be uploaded to {GUID}.FileExtension. If you need more changes file request to github.
GET - Set msg.payload.filename to get the file or will use Workdir + Filename in configuration. Leave configuration blank to set in code.
DELETE - Set msg.payload.filename to delete the file or will use Workdir + Filename in configuration. Leave configuration blank to set in code.
LIST - Uses the workdir
// ----------------------------------------------------
//      All functions above use information.
//      Sample Javascript Used In Function Node
// ----------------------------------------------------
msg.payload = {};
msg.payload.filename="./SAMPLE_FILE.txt"; // Full Path
msg.payload.filedata='{}'; // Needs to be a string
return msg;
// ----------------------------------------------------
The node-red-contrib-force uses the following open source software:
See license (Apache License Version 2.0).
FAQs
A node-red node that support FTP and SFTP file transfer using $() environment variables to control the ftp connection details
The npm package @yousolution/node-red-contrib-you-ftp-sftp receives a total of 32 weekly downloads. As such, @yousolution/node-red-contrib-you-ftp-sftp popularity was classified as not popular.
We found that @yousolution/node-red-contrib-you-ftp-sftp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.