Weblink on new files beneath a folder (subscription)

Post here if you have some suggestions or you want to request a new feature.
Post Reply
a-hans
Posts: 1
Joined: Mon Jan 23, 2017 1:42 am

Weblink on new files beneath a folder (subscription)

Post by a-hans »

user should be able to get a weblink when new files get uploaded beneath a selected folder.
(Subscription to one or more folder)
each user should be able to decide which folder he is interested on(ckeck box or something else)
At the moment I do this funktionality by parsing a manually edited file by a luascript when a file is uploaded.
This is very uncomfortable and not flexible enough.
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Weblink on new files beneath a folder (subscription)

Post by FTP »

First, this is a personal requirement, I suggest you use the event "OnFileUploaded" to handle it, you can write some Lua script to send the web link to the specified users, when files are uploaded into the specified folders.
Post Reply