Curl error : could not resolve host

admin

Administrator
Staff member
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>

Code:
curl --cookie ./flurry.jar \ http://dev.flurry.com/exceptionLogsCsv.do?projectID=49999&amp;versionCut=versionsAll&amp;intervalCut=allTime&amp;direction=1&amp;offset=23&amp;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?