Probleem met ftp get (node-red-contrib-ftp). Volgens mij zit het probleem in het wegschrijven van de file naar de local directorie. Maar ik kan het niet vinden. Als ik de ftp node (met get functie) verbind, dan crasht node-red. Mijn user directorie schijnt hier te zijn. C:\Users\eslaundry\AppData\Roaming\npm.
Problem with ftp get (node-red-contrib-ftp). I think the problem lies in writing the file to the local directory. But I can't find it. If I connect the ftp node (with get function), then node-red crashes. My user directory seems to be here. C: \ Users \ eslaundry \ AppData \ Roaming \ npm.
That was the trick. I had this flow running on 2 windows PCs. The PC that worked had an H: folder as a local folder. The PC that crashes has C: \ Users \ eslaundry \ AppData \ Roaming \ npm as the local folder. Maybe it has to do with rights? But that node-red completely stops is annoying. But for now it works well thanks for the support.
I think these days you can also use single / like Linux etc on windows in node apps, but yes you should report it to the owner of that node as it should be detectable and not crash.