I am after some command line tools for send or receive data through
TCP socket. e.g.
send ... # send files or STDIN to a host:port
receive # read data from host:port and print to STDOUT
This should be very useful and easy to implement. Instead of reinvent
the wheels i would like to know whether somebody has done that before.
xi 发帖数: 1678
2
netcat
and a lot clones
they seem suit your needs
【在 p******f 的大作中提到】 : I am after some command line tools for send or receive data through : TCP socket. e.g. : send ... # send files or STDIN to a host:port : receive # read data from host:port and print to STDOUT : This should be very useful and easy to implement. Instead of reinvent : the wheels i would like to know whether somebody has done that before.