Base URLs
          Internal WebDAV
          The base URL for internal WebDAV calls is:
          https://portal_name/ServicesPortal/webdav 
          where portal_name is the name of the portal. It is marked as {INT_WEBDAV_URL}.
          For example, the base URL for internal WebDAV calls for a portal named portal.example.me is:
          https://portal.example.me/ServicePortal/webdav 
          In order to gain access to the CTERA Portal API functions and to the Internal WebDAV functions, the client must authenticate with a username and password. For more information, see 
Logging In and Out.
 
          External WebDAV
          The base URL for external WebDAV calls is:
          https://portal_name/webdav 
          where portal_name is the name of the portal. It is marked as {EXT_WEBDAV_URL}.
          For example:
          https://portal.example.me/webdav
          When executing external WebDAV commands, the user must authenticate himself to the portal with basic authentication methods.