More clean on WebDAV document

This commit is contained in:
Daniel Pan 2024-03-25 11:44:50 +08:00
parent 4199b6f6ff
commit 9cb4c0751e

View File

@ -91,10 +91,7 @@ So WebDAV is more suitable for infrequent file access. If you want better perfor
### Windows
The client recommendation for WebDAV depends on your Windows version:
* For Windows XP: Only non-encryped HTTP connection is supported by the Windows Explorer. So for security, the only viable option is to use third-party clients, such as Cyberduck or Bitkinex.
* For Vista and later versions: Windows Explorer supports HTTPS connection. But it requires a valid certificate on the server. It's generally recommended to use Windows Explorer to map a webdav server as network dirve. If you use a self-signed certificate, you have to add the certificate's CA into Windows' system CA store.
Windows Explorer supports HTTPS connection. But it requires a valid certificate on the server. It's generally recommended to use Windows Explorer to map a webdav server as network dirve. If you use a self-signed certificate, you have to add the certificate's CA into Windows' system CA store.
### Linux