Documentation
¶
Index ¶
- type Handler
- func (h *Handler) DelFile(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Index(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Login(w http.ResponseWriter, r *http.Request)
- func (h *Handler) OpenDir(w http.ResponseWriter, r *http.Request)
- func (h *Handler) OpenFile(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Send(w http.ResponseWriter, r *http.Request)
- func (h *Handler) UploadFile(w http.ResponseWriter, r *http.Request)
- func (h *Handler) ZipToDownload(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { S *http.ServeMux IP string Port int Auth bool ShowDotDir bool CookieDir string }
func (*Handler) UploadFile ¶
func (h *Handler) UploadFile(w http.ResponseWriter, r *http.Request)
func (*Handler) ZipToDownload ¶
func (h *Handler) ZipToDownload(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.