mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Created WebDAV (markdown)
parent
9e886a1c97
commit
c3d1399b8c
16
WebDAV.md
Normal file
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)
|
||||
|
Loading…
Reference in a new issue