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

2014-02-13 Thread Tim Ruehsen
On Thursday 13 February 2014 11:32:24 Yousong Zhou wrote: > Thank you, Tim. I appreciate your help and suggestion. Just got my > internet connection back, sorry for the delayed response. > > I will try to review and enhance my implementation then send a new patch. > > - Forbid the presence of

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

2014-02-12 Thread Yousong Zhou
On 6 February 2014 22:50, Tim Ruehsen wrote: >> I thought ENDPOS was in the patch and once I did a quick look at it I know >> why I decided it should be --start-pos, without LEN or ENDPOS. >> >> - I thought the current implementation is simple, neat and easy. Several >> lines of code really help

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

2014-02-06 Thread Tim Ruehsen
> > On Thursday 06 February 2014 10:27:37 Yousong Zhou wrote: > > > On Wednesday, February 5, 2014, Tim Ruehsen wrote: > > > > First of all, thanks for your contribution. > > > > > > > > I have some little remarks / questions: > > > > > > > > - The documentation is not quite right: when using --

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

2014-02-06 Thread Yousong Zhou
On Thursday, February 6, 2014, Tim Ruehsen wrote: > Hi Yousong, > > please don't forget to send your posts to the mailing list. Sorry for that. > > On Thursday 06 February 2014 10:27:37 Yousong Zhou wrote: > > On Wednesday, February 5, 2014, Tim Ruehsen wrote: > > > First of all, thanks for

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

2014-02-06 Thread Tim Ruehsen
Hi Yousong, please don't forget to send your posts to the mailing list. On Thursday 06 February 2014 10:27:37 Yousong Zhou wrote: > On Wednesday, February 5, 2014, Tim Ruehsen wrote: > > First of all, thanks for your contribution. > > > > I have some little remarks / questions: > > > > - The d

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

2014-02-05 Thread Tim Ruehsen
First of all, thanks for your contribution. I have some little remarks / questions: - The documentation is not quite right: when using --start-pos and the file already exists, wget creates as expected a file.1. But your docs say, --start-pos would overwrite an existing file !? Could you make thi

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

2014-02-04 Thread Yousong Zhou
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 wrote: > This patch adds an option `--start-pos' for specifying starting position > of a download, both for HTTP and FTP. When specified

[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.