Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: pure zsh implementation of wget



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