这样就不用使用rz,直接wget ----> 这样做
python -m SimpleHTTPServer 10928
启动一个http server 当前目录的文件作为静态资源 端口号10928
查看服务器上的文件 http://localhost:10928/
在服务器上下载:wget http://localhost:10928/jacocoagent.jar (ps:此处的localhost需要改成你本地的ip地址)
从此告别机器的rz
这样就不用使用rz,直接wget ----> 这样做
python -m SimpleHTTPServer 10928
启动一个http server 当前目录的文件作为静态资源 端口号10928
查看服务器上的文件 http://localhost:10928/
在服务器上下载:wget http://localhost:10928/jacocoagent.jar (ps:此处的localhost需要改成你本地的ip地址)
从此告别机器的rz