Hi!

What I miss in wget is the possibility to skip the current download. In my case I was just downloading the KDE 3.1 rpms and noticed that the kde edutainment packet was rather large and I didn't really need it, but since I have enough bandwidth and I just let it continue.

Maybe, as in ogg123, a single C-c should cancel the current download (and maybe delete the partial file, depending on the options), and two C-c's within a certain period of time will quit wget alltogether.

Also something like trapping SIGUSR1 would suffice, but
'kill -SIGUSR1 <wgetpid>' is not that comfortable.

Regards

Thomas

Reply via email to