An open API service indexing awesome lists of open source software.

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

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.