https://github.com/ghulamghousdev/file-transfer-python-sockets
Files sent to client from server using sockets
https://github.com/ghulamghousdev/file-transfer-python-sockets
Last synced: 10 months ago
JSON representation
Files sent to client from server using sockets
- Host: GitHub
- URL: https://github.com/ghulamghousdev/file-transfer-python-sockets
- Owner: ghulamghousdev
- Created: 2021-06-03T13:28:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T13:31:33.000Z (about 5 years ago)
- Last Synced: 2024-10-11T19:14:46.497Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Transfer Via Python Sockets
- Python version should be 2.7 or 2.7+
- Open a terminal
- Run `python server.py` on terminal to start the server.
- Open another terminal and run `python client.py` to start the client and file will be transferred to client.