-
Notifications
You must be signed in to change notification settings - Fork 13
tools_017
Jaycee Zhang edited this page May 20, 2020
·
3 revisions
https://blog.csdn.net/aliveqf/article/details/70444387
- 可以选择配置一个简单的web服务器:
# 以8080端口创建一个简单服务器,默认会分享当前目录的文件供下载
python -m SimpleHTTPServer 8080
# 或python3:
python3 -m http.server 8080
- 也可以选择搭建一个简单ftp服务器:
python -m pyftpdlib
python -m pyftpdlib -w -d /**/ -u USERNAME -P PASSWORD
[1] https://blog.csdn.net/qq_41880069/article/details/88881748
本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。
Wiki: wiki.jcix.top ~聚沙成塔~ Blog: blog.jcix.top