A socket-based file transfer application developed in Python.
- Client-server architecture
- GUI and CLI clients
- Secure file transfer
- User authentication
- Clone the repository:
git clone https://github.com/thaisonho/csc10008---Socket-programming.git
Start the server:
python server.py
python client.py # for GUI
# or
python client_CLI.py # for CLI