{% extends "help/base.html" %} {% load i18n %} {% block help_con %}
{% trans "In Seafile there are a few ways to share files and folders with others:" %}
{% trans "Share links are public links to files or folders. They can be accessed by anyone, including those who don't have a Seafile account. You can also use password and expiration time to protect your links." %}
{% trans "You can also set access permission to share links. There are three types of permissions:" %}
{% trans "To create a share link in Seafile web app:" %}
{% trans "You can also create share links from the desktop clients." %}
{% trans "You can use upload links to collect files from others. You can only create upload links for folders. Others cannot see the files in the folders. They can only upload files to them." %}
{% trans "To create an upload link in Seafile web app:" %}
{% trans "You can share a library or folder to other registered Seafile users. The shared library or folder can be accessed by others with the web app and Seafile clients." %}
{% trans "You can choose the range of the share:" %}
{% trans "You can also set permission on the share:" %}
{% trans "To share a library or folder to a user or group:" %}
{% blocktrans %}After you share a library or folder to a user, the user can see it by clicking the "Shared with me" tab on the left panel in Seafile web app. If you share it to a group, the group members can only see it by navigating into the group.{% endblocktrans %}
{% blocktrans %}To share a library to the entire organization: In Seafile web app, click the "Shared with all" tab on the left panel. Then click the "Add Library" button. In the drop-down menu, you can choose to share an existing library or create a new library and share it.{% endblocktrans %}
{% trans "Only logged in users who have read permission to the file or folder can access this link. It is used for internal file sharing. It's a convenient way for sharing files among team members who have access to a common library. You may just copy the link and paste it into an email or IM software." %}
{% endblock %}