Forum Discussion
Altera_Forum
Honored Contributor
19 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