I have a C# application that is running on a Win2019 Server. In my application I have to read out the file content of a xml file in a remote CNC production machine. There is an ethernet connection to the remote CNC machine and I can ping it without problem.
If it would be Windows, I could use streamreader for it. But the CNC machine (IPC) has Linux OS. How can I read the file content of this file? Is it possible to use streamreader also?
In the internet it is recommended to use some software tools, but I couldn't find a solution yet, that I can implement directly in my C# project.