SecureBridge: Prevent File Creation with TScSFTPServer

SecureBridge: Prevent File Creation with TScSFTPServer

I am uploading files with a SFTP Client to a TScFTPServer, but I want to process the stream directly without creating a file alongside it. I tried overriding OnWriteFile, but then an empty file gets created, which I want to avoid.

It seems like OnOpenFile would be the best approach, but I can't figure out how to accomplish that. How should I go about doing that? (This is all done with the latest version of SecureBridge and on Delphi 12)