组合 dd//cat nc
结合 dd//cat nc
结合dd nc echo 来做跨系统传输文件好像也是挺好的了
#provider
dd if=centos.tar.gz|nc -kl 1234
#consumer
nc [ip] 1234 | dd of=centos.tar.gz
结合dd nc echo 来做跨系统传输文件好像也是挺好的了
#provider
dd if=centos.tar.gz|nc -kl 1234
#consumer
nc [ip] 1234 | dd of=centos.tar.gz