一、启动httpserver服务器
代码语言:javascript复制python3 -m http.server --cgi 10086
二、启动ftp服务器
代码语言:javascript复制# 安装第三方类库
pip install pyftpdlib
python3 -m pyftplib -p 666
python3 -m http.server --cgi 10086
# 安装第三方类库
pip install pyftpdlib
python3 -m pyftplib -p 666