File sync to "tail -f" error logs
Hi all,
I'm curious what process you would see best fit to essentially get a built in WINSCP editor window to auto update either periodically - or on server side file change if possible.
I'm trying to achieve the same result as for example "tail -f /var/log/maillog" but within the built in editor so as to be able to search and use other functions.
Just curious on what the "path of least resistance" would be.
I have no problems diving into the source and actually adding a UI function to the editor window for this btw. But I don't think that the client knows when things change server side so I'm guessing it would have to be on a timer base? I want to determine that, and generate a non intrusive script - before delving into the code...
I'm curious what process you would see best fit to essentially get a built in WINSCP editor window to auto update either periodically - or on server side file change if possible.
I'm trying to achieve the same result as for example "tail -f /var/log/maillog" but within the built in editor so as to be able to search and use other functions.
Just curious on what the "path of least resistance" would be.
I have no problems diving into the source and actually adding a UI function to the editor window for this btw. But I don't think that the client knows when things change server side so I'm guessing it would have to be on a timer base? I want to determine that, and generate a non intrusive script - before delving into the code...