-
Notifications
You must be signed in to change notification settings - Fork 150
Description
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.