Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@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). 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 node-red-contrib-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 27 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 healthy version release cadence and project activity because the last version was released less than 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.