centos下nc的安装和使用

安装:yum install nc.x86_64

发送文件:

nc -l port < somefile.xxx

接收文件:

nc -n x.x.x.x port > somefile.xxx

 

posted @ 2018-07-02 16:43  Mrcoool  阅读(2708)  评论(0编辑  收藏  举报