Home
last modified time | relevance | path

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

/dports/ftp/sftpgo/sftpgo-2.2.0/sftpd/
H A Dssh_cmd.go523 return cleanCommandPath(c.args[len(c.args)-1])
531 return cleanCommandPath(c.args[len(c.args)-2])
534 func cleanCommandPath(name string) string { func