Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.infosystems.gemini > #589
| From | news@zzo38computer.org.invalid |
|---|---|
| Newsgroups | comp.infosystems.gemini |
| Subject | Astroget (similar than curl) |
| Date | 2024-01-28 11:43 -0800 |
| Organization | A noiseless patient Spider |
| Message-ID | <1706469414.bystand@zzo38computer.org> (permalink) |
I made a program called "astroget" which is a command-line client for downloading and uploading files with Gemini and other protocols (it is similar than curl in some ways). I have sent it to the "awesome-gemini" on GitHub; hopefully they will add it there and add it to the mirrors on other Git services too. Because of the confusing of implementing TLS, and because you will normally need to use separate functions for I/O with TLS vs non-TLS, I wrote a C function which will do these things so that it can be used in a more simple way; you can use the ordinary send/recv functions with it rather than needing different ones for TLS. Some things are still missing, though; hopefully they will be added later. Also, it is public domain, so you are free to make your own modified versions of it or to use some of its code in your own programs if you wish. -- Don't laugh at the moon when it is day time in France.
Back to comp.infosystems.gemini | Previous | Next — Next in thread | Find similar
Astroget (similar than curl) news@zzo38computer.org.invalid - 2024-01-28 11:43 -0800
Re: Astroget (similar than curl) Cobra! <Cobradabest@aol.com> - 2024-01-29 15:31 +0000
Re: Astroget (similar than curl) news@zzo38computer.org.invalid - 2024-01-29 12:54 -0800
Re: Astroget (similar than curl) Leo <test@example.com> - 2024-01-30 20:39 +0000
Re: Astroget (similar than curl) news@zzo38computer.org.invalid - 2024-01-30 21:17 -0800
Re: Astroget (similar than curl) Santiago Lema <santiago@lema.org> - 2024-05-27 07:29 +0000
Re: Astroget (similar than curl) news@zzo38computer.org.invalid - 2024-05-27 11:14 -0700
Re: Astroget (similar than curl) Santiago Lema <santiago@lema.org> - 2024-05-27 07:36 +0000
csiph-web