At line 1 changed one line |
The sharing feature in the WebInterface is an option you can enable in the [user manager] for specific [folders|VFS]. Just like the upload, download delete permissions, you can also add 'share'. |
The sharing feature in the WebInterface is an option you can enable in the [User Manager] for specific [folders|VFS]. Just like the upload, download delete permissions, you can also add 'share'. |
At line 5 changed one line |
[attachments|share_simple.png] |
Enterprise users get an additional checkbox where they can share files directly between other usernames on the server. No emails are sent, the items are just made available to the user you are sharing to if that user accepts shares. This sharing body can handle these variables: {to} {from} {subject} {cc} {bcc} {web_link} {time} {date} {datetime} {user} {pass} {paths} {name} |
At line 7 added 2 lines |
[attachments|sharing.png] |
|
At line 9 changed 2 lines |
{{{Expiration date can be defaulted to a value such as 2 days. |
To do this, in the user manager, add some new extries into the Xtra Text settings at the bottom. |
Complex sharing scenarios can be created using customizations available in the user manager. One example is to allow people to share to users in your domain, and allow suers in your domain the ability to share externally. [DomainShareExample] |
At line 12 changed 9 lines |
Add in values: |
|
EXPIREDAYS = 2 ('2' means two days from the current date) |
EMAILBODY = A default email body. |
EMAILSUBJECT = Defualt subject |
EMAILTO = |
EMAILBCC = |
EMAILCC = |
EMAILFROM = |
{{{Expiration date can be defaulted to a value such as 2 days. |
To do this, in the user manager, web customizations list, go to the end of all the items. There you will see defaults for share items. |
At line 23 changed one line |
[attachments|share_advanced.png] [attachments|share_complete.png] |
Enterprise users have an additional option for sharing items between users. You can just enter a user's username, and they now can access the files you are sharing to them. The files will show up in a folder called "Shares" when they login. |
At line 19 added 2 lines |
[attachments|shareinternal.png] |
|
At line 24 added 35 lines |
|
---- |
The share body comes defaulted with some variables in it, but there are a few more you can access for it. You can't access all variables, but these are available. |
|
{{{ |
{date} - date the link expires |
{time} - time the link expires |
{web_link} - full link a user normally receives |
{url} - base url without the user/pass appended on it |
{user} / {pass} |
{to} / {from} / {cc} / {bcc} / {subject} - email fields you can reference in the body for example |
{name} will give you the last item's name in the case you share many items. |
{paths} will give you a list of all items and their paths you are sharing. |
|
<LINE> </LINE> - this will repeat the contents inside of it for each and every item that is being shared |
{0path} - first part of the items path starting from the left |
{path0} - last part of the path starting from the right |
{1path} / {path1} - same as above, but the next item. The numbers can keep going higher to get a particular part if you needed to reference that part of a path |
}}} |
|
* the link URL only supports the user and pass variables. |
---- |
__[Jobs]: Generating Temporary Share Links__\\ |
\\ |
You can also generate temporary share links at [CrushTask]. Examples:\\ |
{{{ |
http://domain.com/{share:move:30} |
http://domain.com/{share:move:15} |
http://domain.com/{share:reference:45} |
http://domain.com/{share:copy:7} |
http://domain.com/{share:copy:22} |
}}} |
\\ |
__!!!Troubleshooting__: Append "__:message__}" to the variable (e.g., {share:reference:45:message}) to see more details when the share link is missing.\\ |
---- |