I would like to know how remote files can be read from?
suppose there is a file
www.exapmle.com/data.txt
which is regularly updated by the web server
then I have a program on a pc which should read the data from that file
any help appreciated
Printable View
I would like to know how remote files can be read from?
suppose there is a file
www.exapmle.com/data.txt
which is regularly updated by the web server
then I have a program on a pc which should read the data from that file
any help appreciated
You can start with the InternetOpen function, and then continue with the appropriate WinInet function.
- petter