Win2k Server send email on file upload?

BatmanNate

Lifer
Jul 12, 2000
12,444
2
81
Is there any way under 2000 server to have windows send an email to a list of recipients when a file is uploaded to a certain directory on the web server?

Nate
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
sure...

There are lots of ways to do this...I would just have a perl script kick off every x minutes and check a directory listing. If there have been any additions, it would kick off an email.

I don't think that windows provides something to do this by defualt, check your web server docs (apache may have a mod that does this, not sure). You didn't mention WHAT web server you are using. Hopefully NOT IIS5