|
Home > Archive > IIS FTP Server > February 2005 > IIS FTP "scriptable"?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
IIS FTP "scriptable"?
|
|
| Sabine Panislowski 2005-02-16, 5:56 pm |
| Hello,
I wonder if any version of IIS FTP is able to execute scripts (like
vbs-files) on special events, like a finished upload or something.
My problem is: I want to automatically send an email of confirmation to
users, after their fileupload is completed. The script also should be passed
the filename and path, because I want to calculate a checksum of the file
and include it in the email.
Is this possible with IIS FTP?
If not, any other suggestions?
Thanks in advance
Sabine
| |
| Bernard 2005-02-17, 2:47 am |
| You want to try post this to Developer groups, write a files handler to
monitor the upload folder, then do all the stuff you need. Ftp only writes
activity to log file.
--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/
"Sabine Panislowski" <extremo69@hotmail.com> wrote in message
news:%2376JCQDFFHA.2600@TK2MSFTNGP09.phx.gbl...
> Hello,
>
> I wonder if any version of IIS FTP is able to execute scripts (like
> vbs-files) on special events, like a finished upload or something.
>
> My problem is: I want to automatically send an email of confirmation to
> users, after their fileupload is completed. The script also should be
> passed
> the filename and path, because I want to calculate a checksum of the file
> and include it in the email.
>
> Is this possible with IIS FTP?
>
> If not, any other suggestions?
>
> Thanks in advance
>
> Sabine
>
>
|
|
|
|
|