ungrown
V2EX  ›  问与答

求推荐一个轻量的 webdav 服务端程序

  •  
  •   ungrown · Sep 16, 2020 · 2255 views
    This topic created in 2144 days ago, the information mentioned may be changed or developed.

    nginx 是能实现,但还想尝试其他的

    Supplement 1  ·  Sep 17, 2020
    wsgidav
    4 replies    2020-09-16 10:27:59 +08:00
    46fo
        1
    46fo  
       Sep 16, 2020
    ```
    package main
    import (
    "net/http"
    "golang.org/x/net/webdav"
    )
    func main() {
    http.ListenAndServe(":8080", &webdav.Handler{
    FileSystem: webdav.Dir("."),
    LockSystem: webdav.NewMemLS(),
    })
    }
    ```
    go build 即可
    killerv
        2
    killerv  
       Sep 16, 2020
    之前有用 Go,但是感觉不如 Nginx 好用
    watermeter
        3
    watermeter  
       Sep 16, 2020 via iPad
    cutehttpfileserver
    clf
        4
    clf  
       Sep 16, 2020
    我用的 cloudreve (虽然不轻了,但 web 管理和第三方存储对接,还是我需要的。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1177 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 17:59 · PVG 01:59 · LAX 10:59 · JFK 13:59
    ♥ Do have faith in what you're doing.