[Bug-wget] [PATCH v4] Make wget capable of starting download from a specified position.

2013-12-22 Thread Yousong Zhou
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 --- v3 -> v4 In doc/wget.

[Bug-wget] [PATCH] sample.wgetrc: add links tot he manual

2013-12-22 Thread Mike Frysinger
--- doc/sample.wgetrc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc index eaf2bc8..ad86be3 100644 --- a/doc/sample.wgetrc +++ b/doc/sample.wgetrc @@ -5,7 +5,10 @@ ## You can use this file to change the default behaviour of wget or to

Re: [Bug-wget] [PATCH] Make wget capable of starting download from a specified position.

2013-12-22 Thread Yousong Zhou
On Sat, Dec 21, 2013 at 11:05:01AM +0100, Dagobert Michelsen wrote: > Hi, > > Am 21.12.2013 um 10:24 schrieb Yousong Zhou : > > In my situation, wget was trigger on the remote machine like the > > following: > > > >wget -O - --start-pos "$OFFSET" "$URL" | nc -lp 7193 > > > > Then on local ma

Re: [Bug-wget] wget alpha release 1.14.96-38327

2013-12-22 Thread Giuseppe Scrivano
Darshit Shah writes: > I can't think of any bug/feature request that we absolutely need to > address in the next release. > > There is the new patch for adding a --start-pos command, but I would > prefer to test it out first, > before adding it as part of a new release. yes, it is too late to ta

Re: [Bug-wget] wget alpha release 1.14.96-38327

2013-12-22 Thread Darshit Shah
I can't think of any bug/feature request that we absolutely need to address in the next release. There is the new patch for adding a --start-pos command, but I would prefer to test it out first, before adding it as part of a new release. If anyone has any ideas / suggestions, lets please discuss

Re: [Bug-wget] wget alpha release 1.14.96-38327

2013-12-22 Thread Giuseppe Scrivano
Darshit Shah writes: > @Noel: Could you please elaborate on the patches that fixes bugs in > your bugtracker? > > @Giuseppe: Do we have any blocking bugs that need fixing? If not, > would it be possible to make a release before the end of the year? > > If anything needs fixing, I'd like to help a

[Bug-wget] [PATCH v3] Make wget capable of starting download from a specified position.

2013-12-22 Thread Yousong Zhou
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 --- v2 -> v3 Fix a typo a

Re: [Bug-wget] wget alpha release 1.14.96-38327

2013-12-22 Thread Darshit Shah
@Noel: Could you please elaborate on the patches that fixes bugs in your bugtracker? @Giuseppe: Do we have any blocking bugs that need fixing? If not, would it be possible to make a release before the end of the year? If anything needs fixing, I'd like to help and ensure a new release ASAP. On