[medusa] Does Medusa's FTP Server have built in triggers?
Sam Rushing
rushing@n...
Mon, 21 May 2001 00:57:42 -0700
rcspython@y... wrote:
> I am a total newbie to Python and Medusa for that matter. I want to
> use the ftpserver, however, I have to trigger some server side
> scriping after a file(s) is uploaded.
>
> If this is not supported at this time, how difficult would you say it
> is to add this feature?
Should be pretty easy to do... I'd just derive from the ftp_channel class
and override the cmd_stor method...
-Sam