标签:style blog color sp 文件 div log bs as
#接收端开一个接受监听,并指定端口 #接收端IP:8.8.8.8 nc -l 1234 > 1.txt #服务端向接收端IP指定端口发送文件 nc 8.8.8.8 1234 < 1.txt
Linux下nc传输文档
原文地址:http://www.cnblogs.com/erbin/p/4147021.html