2
1
My problem is that that a proprietary SaaS platform im developing on/for only provides log files via WebDav. During development this log files can get quite large by the end of the day (think 200 Mb+) but are very detailed and useful when trying to track down a "general error".
What happens to me now that to look at the log file I have to download the 200 Mb file every single time (it does not get automatically recreated if i delete it :( ), meaning that even on a good connection you have to wait 1-2 min for the file to be downloaded.
So the actual question again: Is there any tool out there that can take a look (for example) at the timestamp of a file every 5 seconds and just download the added chunk (using the calculated difference in size).
+1. Good question. I am working on a way to quickly sync files across WebDAV to the client system and looking into zsync. I have provided a high-level solution below for your requirement. – Kent Pawar – 2013-12-02T14:34:16.923