Created WebDAV (markdown)

Chris Lu 2019-05-03 10:46:09 -07:00
parent 9e886a1c97
commit c3d1399b8c

16
WebDAV.md Normal file

@ -0,0 +1,16 @@
SeaweedFS provides `weed webdav` command to enable accessing via WebDAV.
Current implementation does not enforce authentication yet.
There are many existing WebDAV options. You can always choose to `weed mount` the Filer first, and use your own WebDAV option.
# Access SeaweedFS via WebDAV on Mac
1. Open "Finder" > "Go" > "Connect to Server"
![](WebDavFinderConnect.png)
1. Enter the URL of the filer, Format: http://<filerHost>:<filerPort>
![](WebDavConnectServer.png)
1. Connect as "Guest"
![](WebDavConnectAs.png)
1. Connected! Now you can operate the files as normal files.
![](WebDavConnected.png)