Webtailf
is basically wget and tail -f rolled into one. Given a url to a growing file, such as a log file, it will keep printing out the files contents as it is growing. This is very similar to what "tail -f" does for regular files.
Edit this description.