search for: mergelog

Displaying 1 result from an estimated 1 matches for "mergelog".

Did you mean: marcelog
2003 Aug 13
1
automating smbclient tasks
Ladies and Gents, My project requires me to share IIS log files with my Linux box. The outcome of this solution is using Webalizer instead of horrid Webtrends. I have testing most of this procedure, Webalizer does great with the combined log files (using mergelog). In any case, I need to script the download of the files from one server to another. I use something of the following to connect to the IIS server: smbclient //10.45.23.14/logfiles -W my_domain -U username Next, I do recurse prompt mget blahblahblah exit Ok, Is there a ways to script a...