Table of Contents

Sharing files with ownCloud

This page describes how to synchronize and share files using ownCloud as one does with DropBox or Box.

If you are looking for a description of how to backup your laptop files please refer to this page instead: Setting up backup with owncloud

Note: The icons, the appearance and location of graphical elements depend on the operating system. In this page I show pictures relative to Linux, but they are more or less the same in other operating systems.

Concept

Sharing and sync system as ownCloud are based on this principle:

  1. one cloud server maintains all files
  2. one or more cloud clients for one user (your devices) sync their files to the server
  3. one or more clients can share files via the server
  4. the folders shared with you by other users will be shown at the base folder of your account on the server. A typical folder structure is as such:
    • owncloud/
      • your laptop1/
        • your myfiles/
      • your workstation1/
        • your myfiles/
      • other user sharedfolder1/
        • other user sharedfiles1
      • other user sharedfolder2/
        • other user sharedfiles2

0. Prerequisites

You need a LUCAS account and the ownCloud desktop app installed.

1. Prepare your machine

Decide a folder where all files will be synchronized. Owncloud default is as follows:

If you want to change these above you can do so upon configuration as described below.

2. Open the ownCloud client

3. Connect to server

Now you're ready to setup folder sync. If there is no folder sync configured the Connection Wizard will directly go to the folder configuration dialog.

4. Add a base sync/sharing folder

5: (Optional) Select which folders you want to synchronize from the server

At any time you can go back to the settings and change which folders do you want to sync by simply ticking/unticking the box next to the folder name.

NOTE: when you unsync a folder, all the files in that folder will be deleted from your local disk. If there is a copy on the server, such copy will be kept. So make sure that there is a copy on the server by looking at your files on https://cloud.lucas.lu.se before deciding to un-synchronize a folder.

6. Sharing files with others

Sharing files with others is only possible via the web interface at https://cloud.lucas.lu.se . The Desktop client has no sharing functionality.

There are two ways to share files:

In order to demonstrate how this works, in this example we will share the folder ShareFolder.

6.3.a User or Group sharing

Official documentation: https://doc.owncloud.com/webui/next/classic_ui/files/public_link_shares.html