Hi,
Currently, I am able to read/write csv data directly within the local device.
However, I am trying to read/write csv file from external device(PC with a shared folder) within the network. I am able to ping the external device.
My doubt is how to set the file name(which includes the external device IP) in the file node.
thank you
![drive im](https://us1.discourse-cdn.com/flex016/uploads/nodered/original/3X/9/7/9722f75638dc9025e277b050ad5f649ed598cfe6.png)
flows (45).json (2.3 KB)
Why not mount the WIndows share on the Linux box that is running NR - have this mount in your fstab file so it happens when the system restarts
You could (for instance) have it mounted at /mnt/TestingIOTW and then access that as a normal path in Linux
https://linuxize.com/post/how-to-mount-cifs-windows-share-on-linux/#:~:text=To%20automatically%20mount%20a%20Windows,point%20on%20the%20local%20machine.
Craig
system
Closed
3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.