From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13590 invoked by alias); 4 Jun 2019 18:00:02 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 13249 invoked by uid 89); 4 Jun 2019 18:00:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=2.1 required=5.0 tests=BAYES_00,EXECUTABLE_URI,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KAM_EXEURI,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.1 spammy=HX-Languages-Length:742, p.s, P.S, ps X-HELO: mout.gmx.com Received: from mout.gmx.com (HELO mout.gmx.com) (74.208.4.201) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Jun 2019 18:00:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.com; s=dbd5af2cbaf7; t=1559671198; bh=OpA+t8tJKYCWywb2oBrt1vywKzaLrCLesNgwSTD0204=; h=X-UI-Sender-Class:To:From:Subject:Date; b=WLuv/LiCyGSnn0F1UZLZTOCsMbmxpVff4IJHBDkjV7Zq+ob0E5jpKgTQa1LJOx9cg LQW7gTkLrkWLV/bqJW0NiAOVKpCczYqoRCncBcD/xCHHL8GwiqfWPfg6gMABsKwIcW tcyFO1aZnQUkPYuALkxnpqRZndaMiHpMbM9blVBs= X-UI-Sender-Class: 214d933f-fd2f-45c7-a636-f5d79ae31a79 Received: from johndoe65534.mail.com ([213.214.34.30]) by mail.gmx.com (mrgmxus002 [74.208.5.15]) with ESMTPSA (Nemesis) id 0MPV1r-1hU4r92c6L-004fw1 for ; Tue, 04 Jun 2019 19:59:58 +0200 To: cygwin@cygwin.com From: john doe Subject: Download setup-x86_64 issue Message-ID: <4cd0cd23-a0fd-eb57-70ae-188a0b7c64ea@mail.com> Date: Tue, 04 Jun 2019 18:00:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00030.txt.bz2 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 was closed: An unexpected error occurred on a send." At line:1 char:47 + (new-object system.net.webclient).downloadfile <<<< ("https://www.cygwin.com/ setup-x86_64.exe", "$PWD/try.exe") + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : DotNetMethodException It works for other URLs and would appriciate any input on the above. P.S. Using Wget on this w7works. -- John Doe -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple