首页 > Linux操作系统 > Linux操作系统 > linux 系统之间传输文件
http://www.itpub.net/showthread.php?threadid=543812&pagenumber=
a机
$ tar cf - win98 | nc -l -p 5555
b机
nc a_ip 5555 | tar xf -
a_ip换成a机的ip地址.
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/267265/viewspace-82850/,如需转载,请注明出处,否则将追究法律责任。