curl resume download bug
Posted: Wed Aug 25, 2010 1:28 am
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:
If i manually use curl with the extra hyphen, resuming downloads works fine:
could you please fix this.
thanks
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]
Code: Select all
curl -C - -L -O --referrer foo [URL]
thanks