From e3887bef741c1e124e7f69d360937e129201008d Mon Sep 17 00:00:00 2001 From: cangui Date: Mon, 18 Aug 2025 21:14:09 +0200 Subject: [PATCH] up --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 6de8014..693a2e2 100644 --- a/main.go +++ b/main.go @@ -264,10 +264,11 @@ 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) { if _, err := os.Stat(path); err == nil {