接收端
nc -d -l 5002 |tar xf -
nohup  sh receive.sh  &
 
发送端
tar cf - . | nc  1.1.1.1  5002
nohup  sh transfer.sh  & 

相关文章: