bug-wget
[Top][All Lists]
Advanced

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

[Bug-wget] [PATCH v2] Make wget capable of starting download from a spec


From: Yousong Zhou
Subject: [Bug-wget] [PATCH v2] Make wget capable of starting download from a specified position.
Date: Sun, 22 Dec 2013 12:03:55 +0800
User-agent: Mutt/1.5.20 (2009-06-14)

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>
---
v1 -> v2

        It was kindly pointed out by Darshit Shah <address@hidden> 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    |    1 +
 src/options.h |    1 +
 8 files changed, 37 insertions(+), 0 deletions(-)

Attachment: 0001-Make-wget-capable-of-starting-download-from-a-specif.patch
Description: Text Data


reply via email to

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