This project allows FTP client to connect, login and upload files to OpenSPP servers.
Clone this repo
git clone https://github.com/OpenSPP/openspp-dms-ftp-server.git
Requirements
- Docker engine or Docker Desktop
- Docker compose
- It works with both v1 and v2
- For the sake of uniformity, we are using v2 in our examples
docker compose -f local.yml build
docker compose -f local.yml up
WIP
Local values are already provided for quick setup of local environment.
WIP
To run the tests, check your test coverage, and generate an HTML coverage report:
coverage run -m pytest
coverage html
open htmlcov/index.html
pytest
WIP