Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 260 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 260 Bytes

Installing dependencies

pip install -r requirements.txt

Running server

python server.py

Uploading files

python uploader.py tests/data/5MB.file

Running tests

python -m unittest tests/test_chunked_upload.py