[[TOC()]] = [wiki:help/en Cyberduck Help] / [wiki:help/en/howto Howto] / WebDAV = You can connect to any WebDAV compliant server using both HTTP and HTTP/SSL. == Authentication Methods == Both ''HTTP Basic'' Authentication and ''Digest'' Authentication are supported. === NTLM Authentication for Microsoft SharePoint === If you need to set the `domain` and `workstation` you can do this using a [wiki:help/en/howto/preferences#Hiddenconfigurationoptions hidden configuration option]. {{{ defaults write ch.sudo.cyberduck webdav.ntlm.workstation MYWORKSTATION defaults write ch.sudo.cyberduck webdav.ntlm.domain MYDOMAIN }}} === Accessing Subversion (SVN) Repositories === You can access publicly readable Subversion (SVN) repositories running behind `mod_dav_svn` of ''Apache httpd'' using anonymous WebDAV (HTTP) access with Cyberduck. For example the [http://svn.cyberduck.ch/trunk/ Cyberduck Source Code Repository]. == SSL/TLS support == Choose ''WebDAV (HTTP/SSL)'' as the connection protocol to secure the connection using SSL. === Trust Certificate === If the SSL certificate is not trusted by the system, you are asked to make an exception if you still want to connect to the site that cannot be verified. This failure during certificate trust verification is most often the case when the certificate is invalid either * Because the hostname does not match the common name in the certificate. You will get the error message ''You might be connecting to a server that is pretending to be…''. * The certificate is self signed or signed by a root authority not trusted in the system. You can temporarily or permanently allow to connect nevertheless by choosing ''Continue''. To remember your choice, select ''Always Trust…''. == Distribution (CDN) == You can enable custom origin [wiki:help/en/howto/cloudfront Amazon CloudFront (Content Delivery Network) distribution] using ''File → Info → Distribution (CDN)''. == Settings specific to service providers == === Connecting to MobileMe iDisk === Choose ''MobileMe iDisk'' as the connection protocol. The bookmarks will be cofigured with your settings in the ''Mobile Me'' configuration panel in the System Preferences. If your account has expired and needs payment, the following error is returned when attempting to connect: [[Image(MobileMe Payment Required.png)]] === Connecting to GMX Mediacenter === Paste `https://mediacenter.gmx.net/` into the server field or * Select ''WebDAV (HTTP/SSL)'' for the protocol. * Enter ''mediacenter.gmx.net'' for the server. * Enter your [http://faq.gmx.de/search/go.php?t=e23805 GMX Kundenummer] for the username. === Connecting to Joyent BingoDisk === Paste `https://demo.bingodisk.com/bingo/` into the server field or * Select ''WebDAV (HTTP/SSL)'' for the protocol. * Enter ''demo.bingodisk.com'' for the server. * Enter ''/bingo'' for the custom path in the bookmark or connection settings. === Connecting to Box.net === Paste `https://www.box.net/dav/` into the server field or * Select ''WebDAV (HTTP/SSL)'' for the protocol. * Enter ''www.box.net'' for the server. * Enter your email address for the username. * Enter ''/dav'' for the custom path in the bookmark or connection settings.