I have a Unix server on which a continuously running application generates a large text log. (aprox. 100megs an hour).
My main development machine is a Windows computer and to see what's going on with the application I use Filezilla to download the log file to the PC where I use notepad++ to go thru log entries.
The whole process seems a bit convoluted to me - so could you recommend a tool that I could run on my PC to connect to the Unix box and automatically download the log file - so I could dissect it on my Windows machine where I have all the required tools (my Unix access is very restricted - so viewing a log file on the Unix box is not really an option).
Thank you.