/file_server_python

File upload and download server in python

Primary LanguagePython

file_server_python

Install django

$ pip install django requests

Apply migrations

$ python manage.py migrate

start main server

$ python manage.py runserver 0:8000


start client script from client folder

$ python client_script.py