Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 264 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 264 Bytes

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.