From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96 invoked by alias); 23 Sep 2011 06:57:33 -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: 16400 Received: (qmail 18321 invoked from network); 23 Sep 2011 06:57:32 -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,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.220.171 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:date:message-id:subject:from:to :cc:content-type; bh=XrJLYaBX/rOyJzrTjuIPZA9IPJYe5OENcgonXlmpymc=; b=ZBKEYF3eePG3vwq4cPII1L9TTgHXX87l8VSu2jH3/SJ1sSVmJ1dHP7iRtHB/5O3v1s 5RzliZhjupxw0HPIUTU6sgDRz3XB/lU0ka+vUwts94PobxXe61MIE1H9OMebV0cMEJNx ivvKJD6GdZPopK2EAEG/5nWA6fVZLyBOZJfms= MIME-Version: 1.0 In-Reply-To: <1316755389.16877.YahooMailClassic@web65616.mail.ac4.yahoo.com> References: <1316755389.16877.YahooMailClassic@web65616.mail.ac4.yahoo.com> Date: Fri, 23 Sep 2011 08:57:26 +0200 Message-ID: Subject: Re: pure zsh implementation of wget From: Mikael Magnusson To: Guido van Steen Cc: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 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