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 changed one line |
If you enable the advanced checkbox, there are a few other options that will be enabled that you can also use. The 'move' option should be used with care as the file will be removed from your own [VFS] and put into the temp users [VFS]. Your giving up control over the item. The reference will just make like a shortcut or alias to the item. |
[attachments|sharing.png] |
At line 9 changed one line |
[attachments|share_advanced.png] |
If you enable the advanced checkbox, there are a few other options that will be enabled that you can also use. The 'move' option should be used with care as the file will be removed from your own [VFS] and put into the temp users [VFS]. Your giving up control over the item. The reference will just make like a shortcut or alias to the item. You can edit the defaults for this screen. |
At line 11 added one line |
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 one line |
After you have shared items, you can manage the various shared usernames you have created to delete them. |
{{{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. |
}}} |
|
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. |
|
[attachments|shareinternal.png] |
|
After you have shared items, you can manage the various shared accounts you have created to lookup information on them or delete them. |
|
[attachments|manage_shares.png] |
|
---- |
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.\\ |
---- |