Solved: node red FTP client that works
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.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Doridian/OpenBambuAPI
-
Difficulty 1/5 Under an hour Newbie friendliness 65/100
Doridian/OpenBambuAPI#51 · 8 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
Doridian/OpenBambuAPI#10 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 70/100
Doridian/OpenBambuAPI#72 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 38/100
Doridian/OpenBambuAPI#59 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 38/100
Doridian/OpenBambuAPI#56 · 1 comment ·
All issues in Doridian/OpenBambuAPI
Similar issues
-
sync-en
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
agilepathway/label-checker#640 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
BasedHardware/omi#15662 · 1 comment ·
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 1/5 1-3 hours Newbie friendliness 88/100