But how can I do it could you help me
D
da_
@da_
Posts
-
open txt file form web or ftp ? -
open txt file form web or ftp ?Hello sry for may bad english im a Austrian Ok now my question I have a litle Prog witch opens a txt file from my local hdd, now i want to open a txt file from my web serv and put it out on te consol. But how can i open the file ? it doesn't work ptr = fopen("\\http://king.ath.cx//server.txt" ,"r+"); if(ptr == NULL) { printf("\nfopen error\n"); getchar(); Lg Alex