This commit is contained in:
julien 2025-08-19 17:03:57 +02:00
parent 650a35d2f6
commit c006b7d8f9

View File

@ -264,10 +264,10 @@ func startHTTP() {
func main() {
// SFTP sur 2222 (root = ./upload)
go startSFTPServer(SFTPBaseDir)
// HTTP normal
startHTTP()
go startSFTPServer(SFTPBaseDir)
}
func loadOrCreateRSAHostKey(path string) (ssh.Signer, error) {