[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] [PATCH v6 0/5] Make wget capable of starting downloads fr
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] [PATCH v6 0/5] Make wget capable of starting downloads from a specified position. |
Date: |
Fri, 21 Mar 2014 10:54:07 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Yousong Zhou <address@hidden> writes:
> This series tries to add an option `--start-pos' for specifying starting
> position of a HTTP or FTP download. Also inclued are 3 fixes for the test
> infrastructure and 3 test cases for the new option.
>
> With the new option, a user-specified zero-based offset value can be
> specified,
> instead of deriving it from existing file which is what --continue currently
> does. When both this option and --continue are both specified which does not
> make much sense, wget will warn and proceed as if --continue was not there.
>
> Signed-off-by: Yousong Zhou <address@hidden>
> ---
> v5 -> v6
>
> - Fix a typo in version 5 of the patch for fixing TYPE and RETR
> commands handling in FTP test server.
> - Fix test for --https-only option by adding feature constraint on
> HTTPS support.
it seems fine for me. If Tim and Darshit also agree, I can push this
series.
Thanks again for your contribution.
Giuseppe
- [Bug-wget] [PATCH v6 0/5] Make wget capable of starting downloads from a specified position., Yousong Zhou, 2014/03/19
- [Bug-wget] [PATCH v6 1/5] Make wget capable of starting downloads from a specified position., Yousong Zhou, 2014/03/19
- [Bug-wget] [PATCH v6 2/5] Tests: fix TYPE and RETR command handling., Yousong Zhou, 2014/03/19
- [Bug-wget] [PATCH v6 3/5] Tests: exclude existing files from the check of unexpected downloads., Yousong Zhou, 2014/03/19
- [Bug-wget] [PATCH v6 4/5] Tests: Add test cases for option --start-pos., Yousong Zhou, 2014/03/19
- [Bug-wget] [PATCH v6 5/5] Tests: Add constraint on https for --https-only test., Yousong Zhou, 2014/03/19
- Re: [Bug-wget] [PATCH v6 0/5] Make wget capable of starting downloads from a specified position.,
Giuseppe Scrivano <=