Re: [Bug-wget] Bug #20330 rollback option

2016-01-05 Thread Tim Ruehsen
Hi Chris,

please give one or more (reproducible) cases that the patch would fix.

As I understand, there has clearly been a bug in a proxy - maybe that has been 
fixed during the last 9 years !? We should not add code that fixes an obscure 
and very rare bug that already has been fixed within the effected proxy. 

Tim

On Thursday 17 December 2015 15:09:57 Chris Peterson wrote:
> This would be a useful capability for wget. How can we get it added?
> https://savannah.gnu.org/bugs/index.php?20330
> 
> Chris
> 
> 
> 
> The information contained in this communication is confidential, is intended
> only for the use of the recipient(s) named above, and may be legally
> privileged. If the reader of this message is not the intended recipient,
> you are hereby notified that any dissemination, distribution, or copying of
> this communication is strictly prohibited. If you have received this
> communication in error, please re-send this communication to the sender and
> delete the original message or any copy of it from your computer system.



Re: [Bug-wget] short option for --content-disposition (feature request)

2016-01-05 Thread Giuseppe Scrivano
Hanno Böck  writes:

> Hi,
>
> I quite often use the --content-disposition command line option of wget.
> It's a bit annoying to type in, but currently it seems there is no
> short option for it.
> Could such a short option be added?
>
> c and d are already taken and I think also all other characters in
> content disposition. So I'd like to propose to use -z or -y (just
> because they're not used yet and easy to remember), but I'd be okay
> with any other char.

you can shorten long command line options specifying only a prefix if it
doesn't collide with another one, in your case you can specify
--content-d (since wget has --content-on-error as well).

Regards,
Giuseppe