将本地文件打包
tar zcvf graphite_api.tar.gz graphite_api/
启动本地8822端口
python -m SimpleHTTPServer 8822
在服务器上wget文件(ip为你的本地ip)
wget ip:8822/graphite_api.tar.gz