机器A开启一个http服务器 python -m SimpleHTTPServer
机器B下载A上的文件 wget -q '
http://127.0.0.1:8000/abc.txt
' -O abc.txt