# pyFileSharer **Repository Path**: Jerry.z/pyFileSharer ## Basic Information - **Project Name**: pyFileSharer - **Description**: python写的简单的文件传输程序,C/S模式,TCP。 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-07-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Description A simple program for sharing files via TCP, C/S mode. ## Test steps 1. install setuptools and processbar in ./tools 2. run server\server.py 3. put test file into server\file (already put a test file here) 4. change the file name in client\client.py (now is 'test') 5. run client\client.py