Forum Discussion
Altera_Forum
Honored Contributor
20 years agoAccessing Files from netowrk
Hi, I am working on a project in which I have to read files from the host PC and write files to the host PC. I want to ask if it is possible. I am working in a LAN which is running on linux. ...
Altera_Forum
Honored Contributor
20 years agoHi,
I tried the example "host_filesystem" given in the examples directosy and it worked perfectly fine as I wanted. Even though it worked fine I just wanted to ask isnt there any method by which we can directly access files on the LAN, instead of accessing them from the program directory( as it was in case of the host_filesystem example) eg, if I want to access a file named "/home/sony/test.txt" then is it possible by any method that we can open it like FILE *fp = fopen("/home/sony/test.txt", "r")? Thanx, sony