wget  

RE: [PATCH] Enable wget to download from given offset and just a given amount of bytes

Tony Lewis
Thu, 23 Oct 2008 09:42:01 -0700

Juan Manuel wrote:

 

> OK, you are right, I`ll try to make it better on my free time. I

> supposed that it would have been more polite with one option, but

> thought it was easier with two (and since this is my first

> approach to C I took the easy way) because one option would have

> to deal with two parameters.

 

It's clearly easier to deal with options that wget is already programmed to
support. For a primer on wget options, take a look at this page on the wiki:
http://wget.addictivecode.org/OptionsHowto

 

I suspect you will need to add support for a new action (perhaps cmd_range).

 

Tony

 

 

  • RE: [PATCH] Enable wget to download from given offset and just a given amount of bytes Tony Lewis