Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: pure zsh implementation of wget
- X-seq: zsh-users 16439
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: pure zsh implementation of wget
- Date: Tue, 27 Sep 2011 11:02:10 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s1024; t=1317114131; bh=ZHRoKSqhsxor5ZxC80ptzFg+mxzhWJ7LU/Gxq+qVZWI=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Received:In-reply-to:From:References:To:Subject:MIME-Version:Content-Type:Content-ID:Date:Message-ID; b=P7IAzQ9i9IwrbB8ul5nIOvsfNuFWzBdxBCHEEL+AESJnBHyrJ9saITOuNjBodL9S4uTus1fmL75+qhW+Ard29Vgg09q7odfG3JddDBqn7ckGRY9llpPhg4R4fb7wTkOgAOMFjJQLhDrxA6HJyc2wpyXL1YrKwbTQIcTKLRkb6nA=
- In-reply-to: <1316755389.16877.YahooMailClassic@web65616.mail.ac4.yahoo.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <1316755389.16877.YahooMailClassic@web65616.mail.ac4.yahoo.com>
On 22 Sep, 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?
You can easily run openssl or stunnel in a coprocess to handle the SSL
for you: openssl s_client -quiet -connect host:443
But this doesn't really meet your requirement of pure zsh: you might
aswell be running wget.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author