feat(FTP Node): Add FTP node to Core Nodes > Other (no-changelog) (#10955)

This commit is contained in:
Jon
2024-09-25 08:48:23 +01:00
committed by GitHub
parent e069608022
commit 1ab94d60fd

View File

@@ -17,6 +17,6 @@
}, },
"alias": ["SFTP", "FTP", "Binary", "File", "Transfer"], "alias": ["SFTP", "FTP", "Binary", "File", "Transfer"],
"subcategories": { "subcategories": {
"Core Nodes": ["Files"] "Core Nodes": ["Files", "Helpers"]
} }
} }