Help Needed: Downloading Files Created from Array Using Write File Node in Node-RED

Hi!

I'm currently working on a project where I am splitting an array and creating a file from each element using the Write File node. After creating these files, I then zip them all together and send them via email.

However, I also want to be able to download each file individually. I'm running Node-RED on a DigitalOcean server, not on a local machine. So, I'm not sure how to implement this.

Could anyone provide a simple explanation or guide me on how I can make each file downloadable individually from the server?

Any help would be appreciated.

Thanks and kind regards,
Davide

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.