Endpoint to write binary data to the filesystem of the server.
This is an FTP replacement for HTTP-based write access.
Very low memory consumption even for large files, since the delivered data is streamed into a temporary file.
Only after successful update the target file will be replaced, so if the target file already exists, it remains intact during the update (very important for files on high frequency servers).
Permissions can be restricted to specific directory paths.