filetransfer - storage-service
Keeps direct control over a storage-position via a specific user.
Will be connected via REST-API to the central controller-service and the controller-web
ft_stor_srv | ||
.gitignore | ||
config.sample.yaml | ||
ft-storsrv | ||
README.md | ||
setup.py |
Filetransfer - storage-daemon
This service is used for interaction with filesystem-storage. It will run under a specific user and interacts with a specific folder and its subfolders.
Communication is realized via a REST-API on a specific port, secured via keypairs. So every component within this eco-system can verify the requests. Authentication is realized via a JWT-like token, which is signed from a central controller and crypted with the pubkey of the target-service.