-- Leo's gemini proxy

-- Connecting to gemini.bunburya.eu:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

Wget / curl for gemini?

https://www.reddit.com/r/geminiprotocol/comments/134dek7/wget_curl_for_gemini/

created by biochronox on 01/05/2023 at 05:16 UTC

8 upvotes, 3 top-level comments (showing 3)


I'm looking for a convenient way to update Antenna whenever I publish an update to my capsule so I thought a gemini equivalent of wget or curl would be sufficient.


How do you folks do it?



Comments


Comment by s1nical at 01/05/2023 at 09:40 UTC

5 upvotes, 1 direct replies


You could just use OpenSSL by invoking `s_client` from the command-line:


openssl s_client -ign_eof -quiet -connect localhost:1965 <<< \
>	"gemini://localhost:1965"

Comment by prouxi at 01/05/2023 at 17:37 UTC

1 upvotes, 1 direct replies


I use gmni for this.


Comment by Andonome at 02/05/2023 at 02:39 UTC

1 upvotes, 1 direct replies


Gemget acts like wget.


-- Response ended

-- Page fetched on Thu May 2 19:36:26 2024