- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for startSFTPServer (0.05 seconds)
-
cmd/sftp-server.go
logger.Fatal(fmt.Errorf("no valid algorithms passed to --sftp=%s\nValid algorithms: %v", arg, strings.Join(allowed, ", ")), "unable to start SFTP server") } return filteredAlgos } func startSFTPServer(args []string) { var ( port int publicIP string sshPrivateKey string userCaKeyFile string disablePassAuth bool ) allowPubKeys := supportedPubKeyAuthAlgos
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 16.5K bytes - Click Count (0) -
cmd/server-main.go
go startFTPServer(globalServerCtxt.FTP) }) } // If we see SFTP args, start SFTP if possible if len(globalServerCtxt.SFTP) > 0 { bootstrapTrace("go startSFTPServer", func() { go startSFTPServer(globalServerCtxt.SFTP) }) } }() go func() { if globalEnableSyncBoot { defer bootstrapTrace("unfreezeServices", unfreezeServices)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue May 27 15:18:36 GMT 2025 - 35.9K bytes - Click Count (4)