simple HTTP File Receiver written in PHP to receive Files on Windows Boxes from API call
Go to file
patric 9c93cdaa8a initial commit 2025-03-28 20:24:45 +01:00
uploads initial commit 2025-03-28 20:24:45 +01:00
uploads2 initial commit 2025-03-28 20:24:45 +01:00
.gitignore initial commit 2025-03-28 20:24:45 +01:00
README.md initial commit 2025-03-28 20:24:45 +01:00
config.php initial commit 2025-03-28 20:24:45 +01:00
dagenioFileReceiver.bat initial commit 2025-03-28 20:24:45 +01:00
dagenioFileReceiver.php initial commit 2025-03-28 20:24:45 +01:00

README.md

dagenio File Receiver

Starts PHP Server on Port 8000 and listens for Files:

Install: - Download Windows PHP Binaries and place it in dagenioFileReceiver Folder - replace "php-8.4.5-nts-Win32-vs17-x64" with your version in dagenioFileReceiver.bat

getting started: - change Auth Token in Config - Setup possible Directories for storing files

URL: - http://:8000/

HTTP Request: Method - POST Authorization - Bearer Body: - form-data Params: - folder -> use short key from Config e.g. "uploads" - file