Hacker News new | ask | show | jobs
by popee 2765 days ago
netcat
1 comments

the one that comes with nmap?
Doesn't matter because every re-implementation of that old unix tool is made for same purpose and mostly accept same arguments.

For example you can make tar archive and pipe it to nc. On other server nc would accept data and pipe it to tar for unpack. This shows real power of unix pipes.

I asked, because the one from nmap actually supports multiplexing.