Solved: node red FTP client that works

Open
#47 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
15/100
Issue type
Documentation
Clarity
Needs clarification
Activity status
Stale
Tech stack
node.js
Domain
documentation

Research direction

This issue records findings rather than requesting a repository change. Read the linked node-red-contrib-ftp page, the node-ftp README section on secure modes, and Node.js tls.connect documentation; there is no file, test, or defined completion criterion mentioned.

Written by the indexing model from the issue text.

Description

TLDR;
If you're looking for a node red ftp node, node-red-contrib-ftp (node) - Node-RED appears to be the only one that works.

Explanation:
I went on an adventure recently trying to find a Node Red node with an FTP client that allows for the apparently rare "implicit" secure settings required for Bambu. Most of the nodes use mscdex/node-ftp which in turn calls node's tls.connect(). While node-ftp's secure arg can accept the necessary setting to be in "implicit" mode, nearly ALL the node-red implementations' GUI has a Boolean checkbox that only passes true or false.

from: https://github.com/mscdex/node-ftp/blob/7dff82fc049a52f51803bdffb95ec1de383f9fac/README.md?plain=1#L105

  • secure - mixed - Set to true for both control and data connection encryption, 'control' for control connection encryption only, or 'implicit' for implicitly encrypted control connection (this mode is deprecated in modern times, but usually uses port 990) Default: false

I didn't look too deep into it, but I imagine tls.connect()'s early days had the secure argument as boolean and later the author overloaded it with string to get the implicit and control modes.

node-red-contrib-ftp (node) - Node-RED uses (from what I can tell) a closed source ftp client called OL Connect, owned by Upland.

Anyway, I wanted to put my findings here as I feel it's the best and only place on the entire internet.

Dominant language
No language data
Stars
682
Forks
96
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Doridian/OpenBambuAPI

All issues in Doridian/OpenBambuAPI

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.