Skip to content
📝 字数:working on

nc

Estimated time to read: 1 minute

or netcat, used for testing and debugging network connections, as well as for transferring data between systems.

Use Cases

create and connect

nc -lv 1111
nc -v ip 1111

评论