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

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

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.