ncl_baseurl             Builds the Nextcloud base URL for a nextcloud
                        server from host and user names
ncl_shareurl            Builds the Nextcloud base URL for a public
                        share from host and user names
ncl_shareurl_from_publicurl
                        Creates the Nextcloud base URL for a share from
                        a public share url
ncl_username_from_url   Extracts the user name from a Nextcloud Base
                        URL
ocs_create_share        Creates a share
ocs_delete_share        Deletes a share
ocs_find_users          Search for users one could share data
ocs_modify_share        Modifies properties of a share
ocs_send_mail           Notifies the user of a mail share
ocs_share_info          Get infor for a specific share
ocs_shares_extended     Returns information for shares
rdav                    rdav: Interchange Files With 'WebDAV' Servers
wd_connect              Establishes a connection to a WebDAV server
wd_copy                 Copies a file or directory on the WebDAV server
wd_delete               Deletes a file or directory (collection) on
                        WebDAV server
wd_dir                  Lists the content of a WebDAV directory
wd_download             Fetches a file or directory (recursively) from
                        the WebDAV server
wd_isdir                Checks if the resource on WebDAV is a directory
wd_mkdir                Creates a directory (collection) on WebDAV
                        server
wd_move                 Moves a file or directory on the server
wd_upload               Uploads a file or directory to WebDAV
