https://github.com/justehmadsaeed/python-sockets-file-transfer
Transfer files from the server to a client via sockets
https://github.com/justehmadsaeed/python-sockets-file-transfer
hacktoberfest python socket socket-programming
Last synced: about 2 months ago
JSON representation
Transfer files from the server to a client via sockets
- Host: GitHub
- URL: https://github.com/justehmadsaeed/python-sockets-file-transfer
- Owner: justEhmadSaeed
- Created: 2021-06-03T10:08:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T11:04:16.000Z (about 4 years ago)
- Last Synced: 2025-04-05T05:41:25.638Z (3 months ago)
- Topics: hacktoberfest, python, socket, socket-programming
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 23
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Transfer Via Python Sockets
- Make sure you have python 3 installed.
- Open a terminal and run `python server.py` to initiate the server.
- Open another terminal and run `python client.py` to start the client and the file will be transferred to the client.