Class WebDavUtils

java.lang.Object
org.craftercms.commons.file.stores.WebDavUtils

public class WebDavUtils extends Object
Utility methods for WebDAV
Since:
3.1.4
Author:
joseross
  • Constructor Details

    • WebDavUtils

      public WebDavUtils()
  • Method Details

    • createClient

      public static com.github.sardine.Sardine createClient(WebDavProfile profile) throws MalformedURLException
      Creates a WebDAV client based on the given profile config
      Parameters:
      profile - the configuration profile
      Returns:
      a WebDAV client
      Throws:
      MalformedURLException