Re: [Proftpd-devel] Module to stream files to external program instead of saving to disk

2013-12-13 Thread Joris van den Oever
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

Re: [Proftpd-devel] Module to stream files to external program instead of saving to disk

2013-11-22 Thread TJ Saunders
> 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

[Proftpd-devel] Module to stream files to external program instead of saving to disk

2013-11-22 Thread Joris van den Oever
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