[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] wget to a folder
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] wget to a folder |
Date: |
Sun, 12 Jun 2011 15:55:36 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Michele Prendin <address@hidden> writes:
> Thanks Giuseppe for the help,
>
> i fixed the issues upgrading wget (you udate wget(
>
> despite now i can save in the folder i want, i have another issue
>
> with the older wget when i was using
>
> wget www.google.com/popupfile.php
>
> the phpfile forwarded the file to be downloaded with the header (if
> the file forwarded was abc.gz, wget were able to store /abc.gz)
>
> with the new wget the download works, but instead of saving it with
> the name abc.gz he uses popupfile.php
>
> any solution to this? i couldnt find anything useful from the -help
You should specify: --trust-server-names.
You can find the reason why we have added it here:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-2252
Giuseppe