Home
last modified time | relevance | path

Searched refs:webClientPubSharesPath (Results 1 – 4 of 4) sorted by relevance

/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/
H A Dhttpd.go210 webClientPubSharesPath string var
560 webClientPubSharesPath = path.Join(baseURL, webClientPubSharesPathDefault)
H A Dserver.go1217 s.router.Get(webClientPubSharesPath+"/{id}", downloadFromShare)
1218 s.router.Post(webClientPubSharesPath+"/{id}", uploadToShare)
H A Dwebclient.go887 BasePublicSharesURL: webClientPubSharesPath,
H A Dhttpd_test.go154 webClientPubSharesPath = "/web/client/pubshares" const
8735 req, err = http.NewRequest(http.MethodGet, webClientPubSharesPath+"/"+objectID, nil)
8757 req, err = http.NewRequest(http.MethodGet, webClientPubSharesPath+"/"+objectID, nil)
8835 req, err = http.NewRequest(http.MethodPost, webClientPubSharesPath+"/"+objectID, reader)