rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: Clemens on September 28, 2010, 11:57:39 AM

Title: Feature request
Post by: Clemens on September 28, 2010, 11:57:39 AM
Hello,

First of all I want to tell you that I'm very impressed about HFS. At the moment I only can find one thing that I'm missing.

Is it possible to create an option that when I upload a new file, the system automatically send's a notification email to all users that have access to the folder where the file is uploaded to?

Best regards,

Clemens.
Title: Re: Feature request
Post by: trpsjt2008 on October 09, 2010, 03:32:46 AM
Hello

I'm making Vb.net Application to See that file in which folder had moved deleted created or renamed
And it can send email

but my problem is the file watcher still not work correctly.
Title: Re: Feature request
Post by: bacter on October 09, 2010, 04:38:48 AM
You can already do this using macros.
1. use the event on upload completed.
2. use exec to create bmail
The only difficult thing is to prepare the list of users with access rights to the folder, but this can greatly be simplified if you use groups. Then you only have to register the group in the upload completed event, and create the list of users for the exec bmail.
Title: Re: Feature request
Post by: trpsjt2008 on October 09, 2010, 06:43:44 AM
http://chiroserv.dyndns-home.com:8080/MYFILE/UFW.rar (http://chiroserv.dyndns-home.com:8080/MYFILE/UFW.rar)
OK I finally. but still Can't  send email.
i will finish it in one hour

What can it do
1.Alert When File Has Been Create In Specific Folder
2.Also Detect All Subfolder
Title: Re: Feature request
Post by: trpsjt2008 on October 09, 2010, 09:22:05 AM
http://chiroserv.dyndns-home.com:8080/MYFILE/UFW1.0.1.0.rar (http://chiroserv.dyndns-home.com:8080/MYFILE/UFW1.0.1.0.rar)
Ok Now It can Send The mail
Recommend Using Gmail to send Email
Cuz i don't know other Email Port
Title: Re: Feature request
Post by: MusicMan on October 09, 2010, 12:20:29 PM
http://chiroserv.dyndns-home.com:8080/MYFILE/UFW1.0.1.0.rar (http://chiroserv.dyndns-home.com:8080/MYFILE/UFW1.0.1.0.rar)
Ok Now It can Send The mail
Recommend Using Gmail to send Email
Cuz i don't know other Email Port

link not working   ???
Title: Re: Feature request
Post by: trpsjt2008 on October 09, 2010, 05:59:36 PM
Sorry I just Offline My Computer For a while
Title: Re: Feature request
Post by: rejetto on October 10, 2010, 10:10:20 PM
i would go for the event script like bacter suggested