17:28
To: Joris van den Oever
Cc: [email protected]
Subject: Re: [Proftpd-devel] Module to stream files to external program instead
of saving to disk
> For a system I'm working on I'm hoping to intercept the writing of
> files so it can be processed by
> For a system I'm working on I'm hoping to intercept the writing of files
> so it can be processed by a given other program.
> Because I am hoping to pass along some session parameters with the file
> hooking into the FSIO API probably isn't the right place to do this.
> Thus I suspect that u
Hello,
For a system I'm working on I'm hoping to intercept the writing of files so it
can be processed by a given other program. I looked at the mod_exec module
however this only allows for passing it on after the file has already been
written. Because this would otherwise be the only moment th