服务器间传输大文件

180 阅读1分钟

sender:

python -m SimpleHTTPServer

receiver:

wget http://inet address:port/api

小文件 sz rz