💾 Archived View for bbs.geminispace.org › u › lufte › 14565 captured on 2024-02-05 at 12:05:38. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Nice, useful for debugging.
Feb 01 · 4 days ago
Here is a little more eleaborate one liner:
echo gemini://bbs.geminispace.org/s/Gemini/14554 | ncat --ssl --crlf bbs.geminispace.org 1965
(As some of you can guess it shows this post.)
That one throws an "Input/output" error, though.
🚀 zorg [OP] · Feb 03 at 07:17:
WFM
@lufte I think that depends becouse I get a I/O error on the original version and no error now that I tried mine again.
@MrSVCD I tried it with a different server and it does work. Maybe it's dependent on the content being returned, or the server... can't tell what it is yet
Gemini using ncat: ncat --ssl --crlf example.com 1965 then when connected, type: [gemini link] and press enter Easier than using openssl. The Windows version of ncat has some problems though.