I tried to search if there allready is a script that do this but didnt find any.
So, is it possible to have script that sends and email after upload complete?
Well, if this function were to be made I'd suggest RSSfeed instead of email.
Not that I think I'd really use it or that I have the skill to make it, just a suggestion
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 )