My provider had access and referrer log for each domain and each month.
Years ago, it was possible to download per FTP.
This was easy, choose the download directory, mark all own logfiles and start downloading.
But now, they splice log files together on the fly for the log to download. The new download is only possible per HTTP.
Now I have to click on links, click in what folder I want to download the file.
With more than 50 domains, for each access and referrer log extrem time consuming.
I have my own self written CMS, so it would be easy for me to write some sort of software to do it. But I do not know how to write a batch file to
1.) Request a document - the access log
2.) Provide user name and password
3.) Download it to a certain pathway and a certain name
4.) Request a document - the referrer log
5.) Download it to a certain pathway and a certain name
(Here no username/password, because loged in from the first download)
Who has an idea to accomplish the task?