Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 345 Bytes

File metadata and controls

9 lines (5 loc) · 345 Bytes

Client-Server-Python3.6

Simple client - server using sockets

To run the server: python3 server.py

To run the client: python3 client.py

The client starts a thread for every file to send them. Look the server script for the variables HOST and PORT, those are de ip and port arguments you need to use in the client script