Skip to content

Add Netcat to ELKS #2402

@miragu

Description

@miragu

This is a feature request to add Netcat to ELKS. Netcat is a simple yet fantastic swiss army knife of networking because it allows to send and receive data through pipes over the network. I realize there's "urlget tcp://" but that only allows to receive; in order to send, our options are limited to httpd or similar, which is less versatile. Using pipes over the network allows to use "tar" on the fly, or "dd" disks/partitions, for example, without creating temporary files or symlinks, which is very useful with real hardware.

The full version of this utility is already quite small; in the modern system where I'm posting this, the binary is only 39064 bytes (original version from sourceforge). With some effort it could probably be shrunk enough to feature in most floppies, which would be ideal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions