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

2013-12-21 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 yszhou4t...@gmail.com --- v1 - v2

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

2013-12-21 Thread Darshit Shah
There is a typo in doc/wget.texi:718. s/Serer/Server Also, please add a line about the new command in the help output in main.c. On Sun, Dec 22, 2013 at 9:33 AM, Yousong Zhou yszhou4t...@gmail.com wrote: This patch adds an option `--start-pos' for specifying starting position of a download,