/Server-Client

Client and Server for sending a file in Python, using the Pyside library for the GUI

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

README

The applications are created to connect and transfer the file between the client and the server. Two separate scripts for the client and server were created.

Client

The client has created the appropriate gui to select the file and send it to the previously declared host.

Server

The server is waiting to select destination directory and and listening to the connection and handle it later.