On 08/30/2016 06:02 AM, Michał Dalecki wrote:
>> On 30 Aug 2016, at 06:15, ToddAndMargo <[log in to unmask]> wrote:
>>
>> Hi All,
>>
>> Using "curl" command, how do I generate
>>
>> https://klamericas.s3.amazonaws.com/files/one/en/kis17.0.0.611en_10755.exe
>>
>> from
>>
>> http://usa.kaspersky.com/files/?file=kis&program=one&lang=en&track=pu_kiskis_usen
>>
>> found on
>>
>> https://usa.kaspersky.com/downloads/purchase/kis-general-license/
>>
>> Many thanks,
>> -T
>>
>> Firefox give me this when I click on the download button:
> I can’t see what firefox gives you.
>
> But just using
> curl -s "http://usa.kaspersky.com/files/?file=kis&program=one&lang=en&track=pu_kiskis_usen" -w %{redirect_url}
> you can get the url
>
> to download that file just use:
> curl $(curl -s "http://usa.kaspersky.com/files/?file=kis&program=one&lang=en&track=pu_kiskis_usen" -w %{redirect_url}) -O
>
> Regards.
>


How in the world did you figure that out  ??!!

Thank you!!!



-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~