Home
last modified time | relevance | path

Searched refs:OperationPreDownload (Results 1 – 10 of 10) sorted by relevance

/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/
H A Dhandler.go102 …if err := common.ExecutePreAction(&c.User, common.OperationPreDownload, p, name, c.GetProtocol(), …
H A Dhttpd_test.go8568 common.Config.Actions.ExecuteOn = []string{common.OperationPreDownload}
/dports/ftp/sftpgo/sftpgo-2.2.0/webdavd/
H A Dfile.go150 …err := common.ExecutePreAction(&f.Connection.User, common.OperationPreDownload, f.GetFsPath(), f.G…
H A Dwebdavd_test.go1010 common.Config.Actions.ExecuteOn = []string{common.OperationPreDownload}
1045 common.Config.Actions.ExecuteOn = []string{common.OperationPreDownload}
/dports/ftp/sftpgo/sftpgo-2.2.0/ftpd/
H A Dhandler.go328 …if err := common.ExecutePreAction(&c.User, common.OperationPreDownload, fsPath, ftpPath, c.GetProt…
H A Dftpd_test.go792 common.Config.Actions.ExecuteOn = []string{common.OperationPreDownload}
/dports/ftp/sftpgo/sftpgo-2.2.0/sftpd/
H A Dhandler.go76 …if err := common.ExecutePreAction(&c.User, common.OperationPreDownload, p, request.Filepath, c.Get…
H A Dscp.go518 …if err := common.ExecutePreAction(&c.connection.User, common.OperationPreDownload, p, filePath, c.…
H A Dsftpd_test.go2369 common.Config.Actions.ExecuteOn = []string{common.OperationPreDownload}
/dports/ftp/sftpgo/sftpgo-2.2.0/common/
H A Dcommon.go48 OperationPreDownload = "pre-download" const