vmware虚拟机使用scp出现Broken pipe

scp  -r [email protected]:/home/heweiwei/drmsd_python3  ./

出现以下问题

packet_write_wait: Connection to 192.168.5.41 port 22: Broken pipe

解决:加入 -o IPQoS=throughput  参数

举例

scp -o IPQoS=throughput -r [email protected]:/home/heweiwei/drmsd_python3  ./

你可能感兴趣的:(vmware虚拟机使用scp出现Broken pipe)