I want to read a text file in my labview application from a remote computer. the remote computer is not a Datasocket server . how can i read a file in this case using labview 7.1
If you can define the remote drive as a network drive, you can simply feed the network path of the file directly into the file VIs on your local computer. If you can't, you will probably need to run a program on the other computer which will "read" the file and send it to your program. Search the example finder for TCP to see some examples of how to work with TCP\IP.