# 【计算机网络】实验 5:Socket 程序开发 [项目地址](https://git.sdsz.icu/74747Alice/cn-socket) ## 执行方法 确保 `udpserver.py`、`udpclient.py`、待传输文件在同一目录,**不要**进入该目录,否则存储的文件会与原位置冲突。 ```bash python3 ../udpserver.py ``` ```bash python3 ../udpclient.py 0.0.0.0:7474 ../lorem_ipsum.txt ```