Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ftpTrace (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/sftp-server-driver.go

    type sftpDriver struct {
    	permissions *ssh.Permissions
    	endpoint    string
    	remoteIP    string
    }
    
    //msgp:ignore sftpMetrics
    type sftpMetrics struct{}
    
    var globalSftpMetrics sftpMetrics
    
    func sftpTrace(s *sftp.Request, startTime time.Time, source string, user string, err error, sz int64) madmin.TraceInfo {
    	var errStr string
    	if err != nil {
    		errStr = err.Error()
    	}
    	return madmin.TraceInfo{
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Mon Feb 10 16:35:49 GMT 2025
    - 11.6K bytes
    - Click Count (0)
Back to Top