Nc6 is a netcat clone with ipv6 support. With nc6 you can transport some data from standard in/out throw the network. Show help for more information about.
Binarys
For mipsel-Fritz!Boxes (e.g. 7270, 7170 et al.):
For mips-Fritz!Boxes (e.g. 7390, 7340 et al.):
Help
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
# nc6_v1.0 --help Usage: nc6 [options...] hostname port nc6 -l -p port [-s addr] [options...] [hostname] [port] Recognized options are: -4 Use only IPv4 -6 Use only IPv6 -b, --bluetooth Use Bluetooth (defaults to L2CAP protocol) --buffer-size=BYTES Set buffer size --continuous Continuously accept connections (only in listen mode with --exec) --disable-nagle Disable nagle algorithm for TCP connections -e, --exec=CMD Exec command after connect --half-close Handle network half-closes correctly -h, --help Display help -l, --listen Listen mode, for inbound connects --mtu=BYTES Set MTU for network connection transmits -n Numeric-only IP addresses, no DNS --no-reuseaddr Disable SO_REUSEADDR socket option (only in listen mode) --nru=BYTES Set NRU for network connection receives -p, --port=PORT Local port -q, --hold-timeout=SEC1[:SEC2] Set hold timeout(s) for local [and remote] --rcvbuf-size Kernel receive buffer size for network sockets --recv-only Only receive data, don't transmit -s, --address=ADDRESS Local source address --sco Use SCO over Bluetooth --send-only Only transmit data, don't receive --sndbuf-size Kernel send buffer size for network sockets -t, --idle-timeout=SECONDS Idle connection timeout -u, --udp Require use of UDP -v Increase program verbosity (call twice for max verbosity) --version Display nc6 version information -w, --timeout=SECONDS Timeout for connects/accepts -x, --transfer File transfer mode -X, --rev-transfer File transfer mode (reverse direction) |