curl resume download bug

Ask for help about FlashGot, no registration needed to post
Post Reply
wumpyr

curl resume download bug

Post 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
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100803 Gentoo Firefox/3.6.8
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: curl resume download bug

Post by Giorgio Maone »

Thanks for noticing, you're right.
Will be fixed in next release.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Post Reply