From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28762 invoked by alias); 23 Sep 2011 12:06:42 -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: 16409 Received: (qmail 12313 invoked from network); 23 Sep 2011 12:06:30 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.212.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=sAheEFVJUADkyGGgD0TAOEYOegrjH3JQ39igBLwAvOs=; b=bFlMaTxPQ95/oKJyKmE0lEDNLuGTSRV0I8aE45CN2eam6dDKVOsY+jPAp0EfyAvXL7 gTfSi6JPaRqySGddQeWRCnWysyixo69aGXdNHGsJDIF47UKw1X7cIacqypM4KeDJlSFB p8ZFDDyoOO5xe4IXGaaDump9fpkUb0PObC1uw= MIME-Version: 1.0 In-Reply-To: <1316761984.81240.YahooMailClassic@web65608.mail.ac4.yahoo.com> References: <1316761984.81240.YahooMailClassic@web65608.mail.ac4.yahoo.com> From: Guillaume Brunerie Date: Fri, 23 Sep 2011 14:06:10 +0200 Message-ID: Subject: Re: pure zsh implementation of wget To: Guido van Steen Cc: Mikael Magnusson , zsh-users@zsh.org Content-Type: multipart/alternative; boundary=bcaec5395f746c830704ad9aa383 --bcaec5395f746c830704ad9aa383 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2011/9/23 Guido van Steen > I would like to avoid depending on wget (for a package I maintain). > You do not want to depend on wget but don=E2=80=99t mind depending on zsh i= nstead? Are there any Linux distribution / UNIX-like operating system without wget installed by default? (and with zsh by default) Never mind, I was only wondering if it could easily be done in pure zsh. So= , > the answer is: "it won't be that easy"... > > --- On Fri, 23/9/11, Mikael Magnusson wrote: > > > From: Mikael Magnusson > > Subject: Re: pure zsh implementation of wget > > To: "Guido van Steen" > > Cc: zsh-users@zsh.org > > Date: Friday, 23 September, 2011, 1:57 PM > > On 23 September 2011 07:23, Guido van > > Steen > > wrote: > > > Thanks a lot! With these additions it also works for > > me. > > > > > > How difficult would it be to make this handle https as > > well? > > > > > > Is there any existing implementation that handles > > https? > > > > You would probably need to make a zsh module for it using > > some library > > like openssl or gnutls. I suppose you could implement ssl > > in pure > > shell, but... why? > > > > -- > > Mikael Magnusson > > > --bcaec5395f746c830704ad9aa383--