Re: Download setup-x86_64 issue

2019-06-04 Thread john doe
On 6/4/2019 8:09 PM, Eliot Moss wrote: > On 6/4/2019 2:00 PM, john doe wrote: >> Hi, I'm trying to download the setup file to update cygwin using >> powershell but it fails miserably: >> >> PS > (new-object system.net.webclient).do >> wnloadfile("https://www.cygwin.com/setup-x86_64.exe;,

Re: Download setup-x86_64 issue

2019-06-04 Thread Eliot Moss
On 6/4/2019 2:00 PM, john doe wrote: Hi, I'm trying to download the setup file to update cygwin using powershell but it fails miserably: PS > (new-object system.net.webclient).do wnloadfile("https://www.cygwin.com/setup-x86_64.exe;, "$PWD/try.exe") Exception calling "DownloadFile" with "2"

Download setup-x86_64 issue

2019-06-04 Thread john doe
Hi, I'm trying to download the setup file to update cygwin using powershell but it fails miserably: PS > (new-object system.net.webclient).do wnloadfile("https://www.cygwin.com/setup-x86_64.exe;, "$PWD/try.exe") Exception calling "DownloadFile" with "2" argument(s): "The underlying connecti on