rejetto forum

Feature request

0 Members and 1 Guest are viewing this topic.

Offline Clemens

  • Occasional poster
  • *
    • Posts: 1
    • View Profile
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.


Offline trpsjt2008

  • Occasional poster
  • *
    • Posts: 13
    • View Profile
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.


Offline bacter

  • Operator
  • Tireless poster
  • *****
    • Posts: 681
    • View Profile
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.
your computer has no brain - use your own !


Offline trpsjt2008

  • Occasional poster
  • *
    • Posts: 13
    • View Profile
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


Offline trpsjt2008

  • Occasional poster
  • *
    • Posts: 13
    • View Profile
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


Offline MusicMan

  • Occasional poster
  • *
    • Posts: 18
    • View Profile

Offline trpsjt2008

  • Occasional poster
  • *
    • Posts: 13
    • View Profile
Sorry I just Offline My Computer For a while


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
i would go for the event script like bacter suggested