How can I access my files which I created inside Node-RED (for example with a file node)?

Q

How can I access my files which I created inside Node-RED (for example with a file node)?

A

To save data in a node user directory /public/userdata/. Otherwise data will be stored in the root directory and cannot be accessed by an SFTP-client. So, for example, if you want to save data in file mydata.txt then give full path /public/userdata/mydata.txt in node.

A SFTP-client can be used to access data in directory /public/userdata/.

User settings in web page System->Memory devices->SD Card