Hi Node-RED community,
I'm working on a flow that needs to read a file from a remote FTP server using node-red-contrib-ftp and output the content as a buffer or string for parsing, without writing to the file system (fs access is a no-go for security reasons).
The documentation for node-red-contrib-ftp suggests that setting msg.localFilename to a buffer is possible "msg.localFilename (buffer or the path/name of the file on the local machine - i.e. the one running NR)."
I am not sure how to do so. Has anyone successfully used node-red-contrib-ftp this way to get file content as a buffer without file system writes?
Any known quirks or alternative nodes that achieve this (buffer-based FTP read without fs access)?
Any insights or experiences would be greatly appreciated!
Thanks!