美文网首页
linux大文件上传(nc)

linux大文件上传(nc)

作者: k1ic | 来源:发表于2018-03-12 19:55 被阅读10次

    0.nc源码安装

    http://www.weizn.net/?post=103

    ===========================================

    先启动接收方(ip 172.16.36.78)

    nc -l 5555 | tar -zxvf -

    再启动发送方

    tar -zcvf - ./11 | nc 172.16.36.78 5555

    ===========================================

    1. nc -l 8888 > xxx  

    2. nc ip 8888 < xxx

    参考:

    nc(netcat)扫描开放端口

    https://www.cnblogs.com/lsdb/p/6874088.html

    相关文章

      网友评论

          本文标题:linux大文件上传(nc)

          本文链接:https://www.haomeiwen.com/subject/igkohttx.html