|
Home > Archive > IIS FTP Server > December 2005 > upload notification
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 |
upload notification
|
|
|
| Does anybody know of a way to be notified that a file has be uploaded to our
FTP site. We have a problem with customers downloading to our FTP site and
us not being notified unless the call us. We need to know when those files
are uploaded.
Anybody know of any tricks? Maybe even just a script that counts the number
of files in the folder?
Any ideas would help!
Thanks,
Jasper
| |
| Jeff Cochran 2005-10-12, 6:15 pm |
| On Fri, 7 Oct 2005 10:27:59 -0400, "Jaz" <jrecto99@yahoo.com> wrote:
>Does anybody know of a way to be notified that a file has be uploaded to our
>FTP site. We have a problem with customers downloading to our FTP site and
>us not being notified unless the call us. We need to know when those files
>are uploaded.
>
>Anybody know of any tricks? Maybe even just a script that counts the number
>of files in the folder?
This isn' available in the Microsoft FTP setup, you would need to
write your own. Scripts that monitor changes to the files/folders and
run as a scheduled task could do this. Pick a language you want to
use and Google for samples.
Jeff
| |
| jmarioleao 2005-12-28, 7:53 am |
| I'm using a software called FileNotify (www.xtware.com). The software runs as
a service that monitors the folders you want. For each event you trigger an
event like a vbscript file.
"Jaz" wrote:
> Does anybody know of a way to be notified that a file has be uploaded to our
> FTP site. We have a problem with customers downloading to our FTP site and
> us not being notified unless the call us. We need to know when those files
> are uploaded.
>
> Anybody know of any tricks? Maybe even just a script that counts the number
> of files in the folder?
>
> Any ideas would help!
>
> Thanks,
> Jasper
>
>
>
|
|
|
|
|