I'm currently using foo_text to output a detailed status of my current song to a lightly formatted HTML file that is uploaded to a webserver via FTP every 3 minutes automatically by a somewhat horrible program called AutoFTP.
As the three minute delay is rather inefficient and the program AutoFTP is rather .. well .. clunky and bad.. i would like to get rid of it altogether and find a way to somehow have foo_text upload it automatically when it updates. This would be much more efficient and easy.
Another method might be using some program that monitors a change in the file, then uploads it then and there.
Yes, I'm aware I could run my own webserver, but that's something I don't really want to do.
So, does anyone have any suggestions for something that can automatically upload my output foo_text'ed file to a designated FTP when it "sees" that it is updated?
Thank you very much in advance.