Deepin中netcat(nc)命令连接不上服务器
Tofloor
poster avatar
mzlp
deepin
2019-11-11 07:40
Author
想问一下,deepin中nc命令连接不上服务器???
nc -lk 9999  可以正常执行
但是nc -v localhost 9999却无法执行
显示:
localhost [127.0.0.1] 9999 (?) : Connection refused


Reply Favorite View the author
All Replies
avatar
rdlg
deepin
2019-11-11 18:04
#1
监听是 nc -l -p 9999
Reply View the author
avatar
mzlp
deepin
2019-11-11 20:17
#2
本帖最后由 mzlp 于 2019-11-11 12:19 编辑
https://bbs.deepin.org/post/184982
监听是 nc -l -p 9999

好的 已经能够使用了 谢谢啦
Reply View the author