bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [PATCH v4] Make wget capable of starting download from a


From: Yousong Zhou
Subject: Re: [Bug-wget] [PATCH v4] Make wget capable of starting download from a specified position.
Date: Wed, 5 Feb 2014 10:36:20 +0800

Hi, can this feature be picked up?  Months have passed and I think a ping
will be good.  :)

                yosong

On Monday, December 23, 2013, Yousong Zhou <address@hidden> wrote:

> This patch adds an option `--start-pos' for specifying starting position
> of a download, both for HTTP and FTP.  When specified, the newly added
> option would override `--continue'.  Apart from that, no existing code
> should be affected.
>
> Signed-off-by: Yousong Zhou <address@hidden <javascript:;>>
> ---
> v3 -> v4
>
>         In doc/wget.texi and wget usage output, explicitly note that
>         --start-pos is zero-based.
>
> v2 -> v3
>
>         Fix a typo and add description text for the new option into the
> usage
>         output.  Thank Darshit Shah <address@hidden <javascript:;>> for
> the suggestions.
>
> v1 -> v2
>
>         It was kindly pointed out by Darshit Shah 
> <address@hidden<javascript:;>>
> that
>         server support for resuming download is required, so adding this
> into
>         doc/wget.texi.
>
>  doc/ChangeLog |    4 ++++
>  doc/wget.texi |   17 +++++++++++++++++
>  src/ChangeLog |    9 +++++++++
>  src/ftp.c     |    2 ++
>  src/http.c    |    2 ++
>  src/init.c    |    1 +
>  src/main.c    |    3 +++
>  src/options.h |    1 +
>  8 files changed, 39 insertions(+), 0 deletions(-)
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]