Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 235 Bytes

File metadata and controls

9 lines (5 loc) · 235 Bytes

快速文件传输程序

准备工作

使用命令pip install -r requirements.txt安装依赖。

使用方法

服务端使用python server.py,客户端使用python client.py,两端都可以接收或发送文件。