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
Find a file
2025-03-18 16:52:55 +01:00
ft_stor_srv implemented creating for folders 2025-03-18 16:52:55 +01:00
.gitignore added http-server 2025-01-29 21:14:36 +01:00
config.sample.yaml added http-server 2025-01-29 21:14:36 +01:00
ft-storsrv added initial structure 2025-01-23 13:01:15 +01:00
README.md added initial structure 2025-01-23 13:01:15 +01:00
setup.py added initial structure 2025-01-23 13:01:15 +01:00

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.