File-Server is exactly what it sounds - a file server. Created using python(3.x), it currently does not contain a GUI, though I have plans to add it soon.
This project uses Python 3.x, pip and a few python libraries.
apt install python3 python3-pip
pip3 install shutil
pacman -S python python-pip
pip3 install shutil
zypper install python3 python3-pip
pip3 install shutil
Download or clone this repo to your system.
To clone:-
git clone https://github.com/Tangerine98/UDP-Service.git
Move into this repo:-
cd UDP-Service
Two terminals are required - one to run client program and the other to run the server program
- Important note : Please move into server folder before executing server.py
cd server
python3 server.py
cd client
python3 client.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.