Wget does not properly continue downloads

Keywords: Wget
Versions: GNU Wget 1.11.1

The option for continuing interrupted downloads (-c) will not work in every position in the command line. When specified last, it seems to work:
wget -nd -r -l 1 -A mp4 -c myurl
Comments