-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

ncat


> Use the normal `cat` functionality over networks.

More information.


Listen for input on the specified port and write it to the specified file:

ncat -l {port} > {path/to/file}

Accept multiple connections and keep ncat open after they have been closed:

ncat -lk {port}

Write output of specified file to the specified host on the specified port:

ncat {address} {port} < {path/to/file}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 15:32:49 2024