Page 1 of 1

curl resume download bug

Posted: Wed Aug 25, 2010 1:28 am
by wumpyr
Hi,

I started using flashgot with curl (v7.21.0) on gentoo and noticed that resuming downloads doesn't work because curl is called with:

Code: Select all

curl -C -L -O --referrer foo [URL]
If i manually use curl with the extra hyphen, resuming downloads works fine:

Code: Select all

curl -C - -L -O --referrer foo [URL]
could you please fix this.

thanks

Re: curl resume download bug

Posted: Thu Aug 26, 2010 7:09 am
by Giorgio Maone
Thanks for noticing, you're right.
Will be fixed in next release.