Skip to main content

WebDav for Linux

It is possible to use the mailbox.org Drive with the WebDav protocol with Linux. There are a number of different options:

Option 1: Access with file browser / web browser

Linux offers a number of different file browsers and web browsers that you can use to access WebDAV directories. Please refer to the instructions provided for the software. You generally need the URL of your mailbox.org Drive for this option. This URL must be entered in different ways, depending on the program you are using:

Use Nautilus on the Gnome desktop to establish the connection as follows: ‘Files -> Connect to Server…’

  • Server: dav.mailbox.org
  • Type: Secure WebDAV (https)
  • Folder: /servlet/webdav.infostore
  • User name: Your mailbox.org email address (main address, no alias)
  • Password: Your password

This function may be located elsewhere, depending on the version of the file browser you are using:

  1. Open Nautilus or a comparable browser.
  2. Go to ‘Settings’ -> ‘Connect to Server…’ or select ‘Connect to Server’ on the left-hand side

Setup of WebDav for Linux - Step 1

Enter the following address in the address bar: davs://dav.mailbox.org/servlet/webdav.infostore Note: Other browsers, for example, KDE Konquerer, require a ‘webdavs’ instead of a ‘davs’.

Setup of WebDav for Linux - Step 2

Enter your user name and password.

Setup of WebDav for Linux - Step 3

Result: The files from your mailbox.org Drive are now displayed in your browser.

Option 2: Mount your Drive on the command line

You can mount your Drive connection directly on the command line using the mount command. If necessary, install the software ‘davfs’ or ‘davfs2’. Create the directory ‘/mnt/drive’ and connect your Drive:

mount.davfs https://dav.mailbox.org/servlet/webdav.infostore /mnt/drive

Then enter your mailbox.org user name and password.

Note: To get write access we recommend the following settings in your configuration davfs2.conf:

if_match_bug 1
use_locks 0
cache_size 1
table_size 4096
delay_upload 1
gui_optimize 1