使用SimpleHttpServer传输文件
此命令需要python支持,mac, linux默认自带,windows需要自己安装python
命令行进入文件夹,输入
python -m SimpleHttpServer 端口号(默认8000)
#python3 中已废弃 SimpleHTTPServer, http.server替代
python3 -m http.server
查看本机IP
Mac, Linux
ifconfig
en0 inet为本机IP:10.2.56.109 也可直接查看
ifconfig en0
用其它电脑,登陆访问
使用别的电脑,打开浏览器,输入IP:端口 点击文件即可下载