其他分享
首页 > 其他分享> > simpleHTTPServer服务传输文件

simpleHTTPServer服务传输文件

作者:互联网

python -m SimpleHTTPServer 【端口】
端口不填 默认8000

然后这个http服务就会读这个文件夹和这个文件夹下的子文件夹下的文件

在另一台机器上输入:wget http://起服务机器的IP地址:端口/file.zip;例如:wget http://192.168.212.12:8000/file.zip

标签:文件,http,zip,simpleHTTPServer,端口,传输,文件夹,file,wget
来源: https://www.cnblogs.com/AntonioSu/p/15460260.html