Changes between Version 14 and Version 15 of help/en/howto/dav
- Timestamp:
- Sep 2, 2010 12:03:16 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/dav
v14 v15 3 3 = [wiki:help/en Cyberduck Help] / [wiki:help/en/howto Howto] / WebDAV = 4 4 5 You can connect to any WebDAV compliant server using both HTTP and HTTP/SSL with either Basic or Digest Authentication. 5 You can connect to any WebDAV compliant server using both HTTP and HTTP/SSL. 6 7 == Authentication Methods == 8 9 Both HTTP Basic Authentication and Digest Authentication is supported. 10 11 === NTLM Authentication for Microsoft SharePoint === 12 13 If you need to set the `domain` you can do this using a [wiki:help/en/howto/preferences#Hiddenconfigurationoptions hidden configuration option]. 14 15 {{{ 16 defaults write ch.sudo.cyberduck webdav.ntlm.domain MYDOMAIN 17 }}} 18 19 == Settings specific to service providers == 6 20 7 21 === Connecting to MobileMe iDisk === … … 21 35 * Enter ''/bingo'' for the custom path in the bookmark or connection settings. 22 36 23 === NTLM Authentication for Microsoft SharePoint ===24 25 If you need to set the `domain` you can do this using a [wiki:help/en/howto/preferences#Hiddenconfigurationoptions hidden configuration option].26 27 {{{28 defaults write ch.sudo.cyberduck webdav.ntlm.domain MYDOMAIN29 }}}30 31 37 === Accessing Subversion (SVN) Repositories === 32 38 33 39 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]. 40 41 == SSL/TLS support == 42 43 Choose ''WebDAV (HTTP/SSL)'' as the connection protocol to secure the connection using SSL. 34 44 35 45 === Disable SSL/TLS X.509 certificate trust validation ===