Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Section


toc

Column
width65%

WebDAV means Web-based Distributed Authoring and Versioning. It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers. It was defined in rfc4918 and evolved to a de-facto standard. Files (or folders) stored in the cloud can be accessed via WebDAV. WebDAV access is not available if you are syncing folders between clients only. Many operating systems come with built-in WebDAV support and allow to upload, access and explore files stored in the cloud without the client or any additional software installed.

Understanding WebDAV Security

To access folders via WebDAV it is required to authenticate with login to the cloud. In case of the https://my.powerfolder.com cloud it's the email you've registered / purchased with and the password you have set in the past.

Other users require at least read permission on the folder for access, otherwise the access will be blocked.

On https://my.powerfolder.com all WebDAV traffic will be SSL-encrypted.

Column
Panel
titleOverview:

...

WebDAV

...

You can access all your folders by using the address https://my.powerfolder.com/webdav.

The address can be used in any WebDAV client to access the contents of your folders stored on the cloud.

Info

For finding out the WebDAV URL for your wished folders:

  • Log in https://my.powerfolder.com/webdav from your browser
  • Navigate to the folder
  • Copy the above base path in the browser https://my.powerfolder.com/webdav/folder
  • Use the URL as destination for your WebDAV access

    in Browser

    WebDAV in browser is not allowed, please use clients to use the WebDAV.

    Using WebDAV on Windows

    Info
    titleWindows WebDAV Client

    The Windows WebDAV client has known issues to be slow and working unstable. This problem won't get fixed by Microsoft so we advice you to use an alternative WebDAV client like ExpanDrive to mount network drives or CarrotDAV to directly browse in your files.

    Via Windows Explorer

    1. Open Windows Explorer (e.g. by right-clicking the Start button)
    2. Right-click Computer in the left navigation pane.
    3. Click on Map network drive...
    4. Select a free drive letter under the Drive drop-down.
    5. Enter the WebDAV URL of the folder into the Folder field. (e.g. URL/webdav)
    6. Check the Connect using different credentials checkbox.
    7. Enter your login and password to the cloud.

    Via command line

    1. Open a Command Prompt window (or start cmd.exe).
    2. Use the net use command to mount your folder to a drive letter of your choice. Example:

      Code Block
      languagepowershell
      net use Z: https://my.powerfolder.com/webdav /user:USERNAME PASSWORD /persistent

      (info) Replace USERNAME and PASSWORD with your login to the cloud.


    Troubleshooting WebDAV on Windows

    • (warning) Currently there are known bugs in Microsofts WebDav client:
      • The files that get uploaded via WebDAV are first stored at "%systemdrive%\windows\ServiceProfiles\LocalService\AppData\Local\Temp\TfsStore\" If the Systemdrive is full no upload is possible.
      • The WebDAV client has a bug that those files aren't deleted automatically after the upload was successfull. Windows Support Articel
      • When the connection to a server address fails the Microsofts WebDAV client won't try this connection again. You can solve this problem by restarting the service WebClient.
    • Currently there is a known problem with Word 2010. Word 2010 will crash if a file is opened from a WebDAV mount. As we can't solve that problem, you need to upgrade to a more recent version of Word (at least Word 2013).
    • Windows Server 2012 and above requires the Desktop Experience feature (Server Manager > Add Roles and Features > Features > User Interfaces and Infrastructure > Desktop Experienceto be installed, before WebDAV shares can be mounted locally. Furthermore you have to go to the Windows Services management, start the WebClient service and set it to Automatic, so it starts automatically in the future as well.
    • The built-in Windows client might crash occasionally. In that case it might help to restart the Windows service WebClient under Control Panel > Administrative Tools > Services.
    • The built-in Windows client might repeatedly ask your for your credentials. In that case you might need to enable Basic Authentication:

      Info
      titleEnable basic authentication for the Microsoft Windows Mini-Redirector component by modifying a key in the Windows registry

      Windows 7, Windows 8, Windows 10, Windows Server 2008 R2 Windows Server 2012 (R2), Windows Server 2016

      1. Click Start and type regedit in the Start Search box, and then click regedit.exe in the programs list.
      2. Browse to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters key.
      3. Find a DWORD/REG_DWORD entry named BasicAuthLevel.
      4. In the Value data box, type 2, and then click OK.

      5. Restart your computer


    Using WebDAV on Mac OS X

    Via menu

    1. Click on Go.
    2. Click on Connect to server...
    3. Enter the WebDAV URL into the Server Address field.
    4. Click on Connect.
    5. Choose Registered User and enter your login and password you are using to login to the cloud.
    6. Click on Connect.


    Via command line

    Mac OS X version 10.4 (Tiger) and following support WebDAV shares natively as a type of filesystem. The system can mount WebDAV-enabled server directories to the filesystem using the traditional BSD mounting mechanism.

    The Finder presents a WebDAV share as an external disk, allowing users to interact with WebDAV just as they would with any other filesystem.

    Using WebDAV on Linux

    Linux users can mount WebDAV shares using davfs2 or fusedav which mount them as coda or FUSE filesystems. KDE has native WebDAV support as part of kio_http. This enables Konqueror and every other KDE application to interact directly with WebDAV servers. Nautilus also has WebDAV support built in. The cadaver command-line client, which provides an FTP-like command set, is included in many Linux distributions.

    Via command line and davfs2

    1. Open a shell
    2. Use the davfs2 command to mount your folder to a drive letter of your choice. Example:

      Code Block
      languagepowershell
      mount.davfs https://my.powerfolder.com/webdav -o username=USERNAME

      (info) Replace USERNAME and PASSWORD with your login to the cloud.


    Column


    Panel
    titleOverview:
    Table of Contents