# Using WebDAV on Linux

NTLM authentication is not used on Linux. Instead, Linux uses basic authentication. For this reason, we recommend that you secure the data transfer through SSL.

# Davfs2 (command line)

  1. Use the following command:

    sudo mount.davfs –o userid=<LINUX-USER> http://<server name>:<port>/ix-<repository name>/ixwebdav/mnt/<mount point>
    
  2. Replace the placeholders with your own values.

# Gnome/Nautilus

Configuration in Nautilus

  1. In Nautilus, select Locations > Connect to server, or select File > Connect with a server.

  2. Enter the following settings:

Field Notes
Server The server name
Port The port used; default for HTTPS 443
Folder The path to the respective WebDAV directory
User name Name of the ELO account used
Password Password of the ELO account used

# KDE/Dolphin

Open the ELO WebDAV address with Dolphin or Konqueror.

Last updated: October 24, 2024 at 10:03 AM