I want to be able to retrieve the contents of a log file stored on a server in the form of:
http://[SOME SORT OF ADDRESS]/file.txt
and print it to a shell which can refresh using something like 'watch' to keep a real time track of this log from a shell rather than having to use a broweser. Is there any neat and simple way of doing this (possibly later wrapped up into a python script).