Skip to content

Commit 6e81eed

Browse files
Add WebDAVS guide from old guide #13
1 parent 840be80 commit 6e81eed

File tree

4 files changed

+104
-1
lines changed

4 files changed

+104
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
WebDAVS
22
=======
33

4-
WIP
4+
WebDAV is a popular protocol to access remote storage using extensions to the HTTP protocol, and it can be secured with TLS/SSL in the same way.
5+
6+
7+
We refer to this secured version as WebDAVS, and recent versions of Microsoft Windows, MacOS and Linux support this protocol out of the box, so that it is possible to access remote content as if it was in a local folder on your computer.
8+
There is no need to install additional software and you can access your files in a secure fashion.
9+
It should be noted that WebDAVS was built for simple web page publishing, so it is neither particularly efficient for bigger data transfers nor robust against network glitches.
10+
Thus, we genereally recommend looking at one of the SFTP-based solutions, where `SSHFS with SFTP </sections/sif/networkdrive/sshfs/index>`_ is a popular option if performance and stability is a concern.
11+
12+
Firstly, you need to go to your **Setup** page at SIF and configure a strong password to enable WebDAVS, and click **Save WebDAVS Settings**. Please note that your Login Details including your automatic login username is shown on that page.
13+
14+
15+
Once you have set it up, you can find our guide for Windows, MacOS and Linux linked below.
16+
17+
⏩️ :doc:`Setup WebDAVS on Windows </sections/sif/networkdrive/webdavs/windows>`
18+
19+
⏩️ :doc:`Setup WebDAVS on MacOS </sections/sif/networkdrive/webdavs/macos>`
20+
21+
⏩️ :doc:`Setup WebDAVS on MacOS </sections/sif/networkdrive/webdavs/macos>`
22+
23+
.. toctree::
24+
:maxdepth: 1
25+
:hidden:
26+
27+
Windows </sections/sif/networkdrive/webdavs/windows>
28+
MacOS </sections/sif/networkdrive/webdavs/macos>
29+
Linux </sections/sif/networkdrive/webdavs/linux>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
.. _erda-networkdrive-ldavs:
2+
3+
Setup WebDAVS on Linux
4+
======================
5+
6+
As the nature of Linux is about free choice, we can make no assumptions on what you have available.
7+
Instead, this page will detail what most modern Linux distributions offer in terms of native file manager.
8+
Be it Nautilus, Konqueror, Dolphin, Thunar or something else.
9+
10+
.. _sif-networkdrive-ldavssetup:
11+
12+
Linux File Manager
13+
------------------
14+
15+
In the file manager menu typically under **Go** you select **Open Location**.
16+
17+
Enter the server URL from the **WebDAVS** setup tab (possibly replacing *https* with *davs* in the URL if it complains) and click **Connect**.
18+
19+
In XFCE with the Thunar file manager you need to use the *davs* rather than the *https* prefix in the URL.
20+
21+
22+
You will then be prompted for your automatic username and the password you entered on the **WebDAVS** setup tab.
23+
In this case it specified the atuomatic username *yoursifmail@projectName*.
24+
25+
26+
On success you will see the remote content.
27+
28+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. _sif-networkdrive-mdavs:
2+
3+
Setup WebDAVS on MacOS
4+
======================
5+
6+
.. _sif-networkdrive-mdavssetup:
7+
8+
Setup WebDAVS via Finder
9+
------------------------
10+
11+
On MacOS you can access remote WebDAVS content with the built-in file manager, Finder.
12+
In the menu under **Go** you select **Connect to Server**.
13+
14+
15+
Enter the server URL from the **WebDAVS** setup tab and click **Connect**.
16+
17+
You will then be prompted for your automatic username and the password you entered.
18+
The automated username will be *yourmail@projectName* and can be seen in the **Setup** tab.
19+
20+
On success you will see the remote contents under the **SHARED** section of Finder.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
.. _sif-networkdrive-wdavs:
2+
3+
Setup WebDAVS on Windows
4+
========================
5+
6+
.. _sif-networkdrive-wdavssetup:
7+
8+
Setup WebDAVS via Windows File Manager
9+
--------------------------------------
10+
11+
In Windows it is possible to access WebDAVS services directly from the built-in file manager. With the **Map network drive** or the **Add a network location** button available navigating to the **Computer** location.
12+
Please note that Windows 7 only provides the latter functionality inside the **Map network drive** wizard while Windows 8 and later exposes it as a dedicated button.
13+
14+
First click **Map network drive** to launch the wizard.
15+
16+
Select which drive letter you want to use (Z: in the example) and enter the SIF server URL from the **WebDAVS** setup tab and click **Finish** to actually connect.
17+
In most cases the server URL `https://sif-io.erda.dk <https://sif-io.erda.dk>`_ is used.
18+
19+
You will then be prompted for your automatic username and the password you entered on the **WebDAVS** setup tab. The automated username will be *yourmail@projectName*.
20+
21+
Click OK to login and complete the wizard. Your SIF files and folders should appear up in the standard file manager mapped as the chosen drive letter.
22+
23+
As long as you are online you can use the files there just like your local files. When you are done working on the data, you can right-click the mapped drive and select *Disconnect* to close the mapping.
24+
25+
Netxt time you start your computer you can easily access the project data again using the saved mapped drive from the same **Computer** location.
26+
Importantly you need to always log in first and provide your two-factor token on the SIF web page before you can access the mapped drive.
27+
28+
It is also possible to make the remote content available as a so-called network location by filling in the server URL from above directly in the *Folder* field of the **Add network location** wizard.
29+
30+

0 commit comments

Comments
 (0)