Home
last modified time | relevance | path

Searched refs:webClientSharesPath (Results 1 – 5 of 5) sorted by relevance

/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/
H A Dwebclient.go287 SharesURL: webClientSharesPath,
813 http.Redirect(w, r, webClientSharesPath, http.StatusSeeOther)
851 http.Redirect(w, r, webClientSharesPath, http.StatusSeeOther)
885 baseClientPage: getBaseClientPageData(pageClientSharesTitle, webClientSharesPath, r),
H A Dhttpd.go198 webClientSharesPath string var
559 webClientSharesPath = path.Join(baseURL, webClientSharesPathDefault)
H A Dserver.go1261 Get(webClientSharesPath, handleClientGetShares)
H A Dinternal_test.go1946 req, _ = http.NewRequest(http.MethodGet, webClientSharesPath, nil)
H A Dhttpd_test.go152 webClientSharesPath = "/web/client/shares" const
3875 req, err = http.NewRequest(http.MethodGet, webClientSharesPath, nil)
11147 req, err = http.NewRequest(http.MethodGet, webClientSharesPath+"?qlimit=a", nil)
11153 req, err = http.NewRequest(http.MethodGet, webClientSharesPath+"?qlimit=1", nil)