一、启动httpserver服务器
python3 -m http.server --cgi 10086


二、启动ftp服务器
# 安装第三方类库
pip install pyftpdlib
python3 -m pyftplib -p 666


广告
python3 -m http.server --cgi 10086


# 安装第三方类库
pip install pyftpdlib
python3 -m pyftplib -p 666


评论区