Does the -Q quota command line argument work?

2001-11-27 Thread John Masinter
It seems that wget will download an entire large file regardless of what I specify for the quota. For example I am trying to download only the first 100K of a 800K file. I specify this: wget -Q 100K http://url-goes-here It then proceeds to download the entire 800K file. I've also tried using

Re: Does the -Q quota command line argument work?

2001-11-27 Thread Ian Abbott
On 27 Nov 2001 at 13:07, John Masinter wrote: It seems that wget will download an entire large file regardless of what I specify for the quota. For example I am trying to download only the first 100K of a 800K file. I specify this: wget -Q 100K http://url-goes-here It then proceeds to

Re: Does the -Q quota command line argument work?

2001-11-27 Thread Hrvoje Niksic
Ian Abbott [EMAIL PROTECTED] writes: You may wish to try out the new --range option in wget 1.8-dev (available via anonymous CVS), Note that --range is not yet in the CVS.