Skip to content

newnol/csc10008---Socket-programming

 
 

Repository files navigation

Socket Programming File Transfer Application

A socket-based file transfer application developed in Python.

Features

  • Client-server architecture
  • GUI and CLI clients
  • Secure file transfer
  • User authentication

Installation

  1. Clone the repository:
    git clone https://github.com/thaisonho/csc10008---Socket-programming.git

Usage

Running the Server

Start the server:

python server.py

Running the client

python client.py # for GUI
# or
python client_CLI.py # for CLI

About

A socket-based file transfer application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%