From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2671 invoked by alias); 23 Sep 2011 07:19:10 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16402 Received: (qmail 16789 invoked from network); 23 Sep 2011 07:19:08 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at yahoo.com does not designate permitted sender hosts) X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 53837.71687.bm@omp1064.mail.ac4.yahoo.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1316761984; bh=vpFKFoj/kIRSGNy6PKAoEZcCfX5aev+orKuyYyJLpcU=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=fztZk1BV1+6TZvwQexLTwjRKiA5yBwn2gvLcnIxjPzQWI1mIQ1q6yxvylSq9F5C6Mp7a1JRKJryPxNnRQ4uE5+yAud56OqSVPaG4RVEVuWwF+F5hv+4aAbpn6M1qb3+4kGdbl4jd11Ljzg4V0yvE071sYLlWIezO468PGur+VNg= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=j4gZXN92fBfiDA42K5EnqZrOuTzt8x7JoyhDaNAwE3pmn1QbdBl7wb1ZqZMFNLW8nliz989jH4lMWeROtJBZBEV5+8Or821uN/J2WDo8UFir/U0NltXpX1iy7UHPd/1y1VxqtW5owuEUYd7eQz6bOZEd7l/ODQ0VpjyXZcnxu5k=; X-YMail-OSG: Y1hn68wVM1mHlRDknIqzKdVrFCJX1PodDWs1XVKzgoctzZW HzQFapKw3iM.8P68sW4G2VNzpOsKJ6.CXltr1eDUK75SqZa2gYbw6hBt9Yx2 f6Gqw.gUkyOS6WlwWEuUbclT6bYdXVWpuvm81uFOHBGFOEb7ozDQd5fc7o7r JaUBm4_ipWB0ZYUOqZ_59401zCruqt3e59dLK7qFSoa4aybfekWONRGMyqd4 bXvfzXL463TORfdMbZJNN7rhm4WLoNzda3PloIncDbRTlfT3YcEnHeBBb4Hm ZjY2hRPMrvk_a09LOxOn8TgNsNn5rgUsfZG1fMGq886d7wzbtqrihjmrKfXa 6h8.f6vdW1I8onCRptXSc67AvWvIwVLlSR6ic3kXb22KpjyKzc6M8kYsP_sE cjCdw058mp_FjJyJitOcYgqTWE1kWgGbTMCdUnZ3vyisoNaBZokVtJTF28h0 i X-Mailer: YahooMailClassic/14.0.5 YahooMailWebService/0.8.114.317681 Message-ID: <1316761984.81240.YahooMailClassic@web65608.mail.ac4.yahoo.com> Date: Fri, 23 Sep 2011 00:13:04 -0700 (PDT) From: Guido van Steen Subject: Re: pure zsh implementation of wget To: Mikael Magnusson Cc: zsh-users@zsh.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I would like to avoid depending on wget (for a package I maintain). =0A=0AN= ever mind, I was only wondering if it could easily be done in pure zsh. So,= the answer is: "it won't be that easy"... =0A=0A--- On Fri, 23/9/11, Mikae= l Magnusson wrote:=0A=0A> From: Mikael Magnusson =0A> Subject: Re: pure zsh implementation of wget=0A> To: "Gui= do van Steen" =0A> Cc: zsh-users@zsh.org=0A> Date: Frida= y, 23 September, 2011, 1:57 PM=0A> On 23 September 2011 07:23, Guido van=0A= > Steen =0A> wrote:=0A> > Thanks a lot! With these addit= ions it also works for=0A> me.=0A> >=0A> > How difficult would it be to mak= e this handle https as=0A> well?=0A> >=0A> > Is there any existing implemen= tation that handles=0A> https?=0A> =0A> You would probably need to make a z= sh module for it using=0A> some library=0A> like openssl or gnutls. I suppo= se you could implement ssl=0A> in pure=0A> shell, but... why?=0A> =0A> -- = =0A> Mikael Magnusson=0A>