scp? -r root@192.168.5.41:/home/heweiwei/drmsd_python3? ./
出現(xiàn)以下問題
packet_write_wait: Connection to 192.168.5.41 port 22: Broken pipe
解決:加入 -o IPQoS=throughput? 參數(shù)
舉例
scp -o IPQoS=throughput -r root@192.168.5.41:/home/heweiwei/drmsd_python3? ./