Skip to content

rakRandom/file-sharing-system-host

Repository files navigation

File Sharing System Host

Things to do: Add desktop version for the navbar Add dark theme Deploy it

How to start the Flask Server

Setup a virtual environment (Optional)

python -m venv env
.\env\Scripts\activate

Update pip (Optional)

python.exe -m pip install --upgrade pip

Install the requirements

pip install -r requirements.txt

or

pip install flask

Start the Flask Server

python app.py

Using the FSS

Method 1

First you need to get the host IPv4, you can get using this command on Windows:

ipconfig

and this command on Linux and Mac:

ifconfig

Look for the code after "IPv4 Address" at the main adapter, then access the URL using the IPv4 code, see the example:

http://255.255.0.1:2024

Use it in another device, such as your smartphone, but make sure that it is connected to the same wi-fi as your host device.

Method 2

(WIP)

Usage

At ./download are the files that a client can download. Add, remove or modify the files within this folder to change what your client can download.

Licence

This repository is currently under a LICENCE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published