RBisso / Client-Server-with-sockets-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%