View Single Post
Old 05-11-2006, 03:14 AM  
FTPServerTools
Senior Member
 
Join Date: Sep 2002
Posts: 543
Default

FTPLogger supports that. Just use the OnCompletion= event and use blat.exe for sending the email.
But then is when you upload a complete release. apparently you want to upload a single file, that is stupidly simple in ioftpd. Just grab blat.exe and make a nice line for it
OnUploadComplete = %EXEC ..\scripts\blat.exe ..... (you should find out your commandline here yourself). Alternatively you can make your own itcl scriptin which you mail somewhere. It isnt that hard to make and there are already suffcient examples availble via google (search for: mail tcl )
FTPServerTools is offline   Reply With Quote