I am trying to download flurry analytics exception logs using CURL. I am following the guide in this page.
When i try to do the following in command prompt, curl says curl: (6) Could not resolve host: \; Host not found
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?
Remove those backslashes. They only used for multi-line command (as shown on that guide you referenced).