PDA

View Full Version : Email on uploadcomplete script!


JoC
05-11-2006, 02:38 AM
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?

EwarWoo
05-11-2006, 02:57 AM
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 :)

JoC
05-11-2006, 03:14 AM
Well, it is for corporate use. They want to be notified by email when a customer uploaded a file.

FTPServerTools
05-11-2006, 03:14 AM
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 )

JoC
05-11-2006, 03:15 AM
Thanks FTPServerTools, sounds great.