I am trying to download flurry analytics exception logs using CURL. I am following the guide in <a href="http://chomptech.wordpress.com/2010/03/22/getting-access-to-your-flurry-exception-logs/" rel="nofollow">this</a> page.
When i try to do the following in command prompt, curl says <strong>curl: (6) Could not resolve host: \; Host not found</strong>
I have spent significant time on this but still havent managed to get it to download the data. Please could any one help?
When i try to do the following in command prompt, curl says <strong>curl: (6) Could not resolve host: \; Host not found</strong>
Code:
curl --cookie ./flurry.jar \ http://dev.flurry.com/exceptionLogsCsv.do?projectID=49999&versionCut=versionsAll&intervalCut=allTime&direction=1&offset=23&pageSize=15 \ --output "exception#1.csv"
I have spent significant time on this but still havent managed to get it to download the data. Please could any one help?