Reading textfile from webserver

Hi,

is it possible to read textfile from webserver like I read serialport?
I’d like to get some “DataAvailable” event from textfile that there is new data (like new line).
That text file would be on webserver (linux) in “http://www.something.fi/textfile.txt”.
I’m trying to make desktop application for windows.

Thanks!

You can use an HTTPSocket to read data files from a web server.