diff --git a/fssc/fssc b/fssc/fssc index 2e49e4b..610c81c 100644 Binary files a/fssc/fssc and b/fssc/fssc differ diff --git a/fssc/internal/handler/handler.go b/fssc/internal/handler/handler.go index 616fc1c..5f6d810 100644 --- a/fssc/internal/handler/handler.go +++ b/fssc/internal/handler/handler.go @@ -302,6 +302,4 @@ func UdpSendFile(serip string, absfilepath string, fname string, message string, fmt.Printf("Send file to %s error: %s\n", remoteAddr, err) } }() - // 页面上显示 - fmt.Fprintf(w, "File:%s,been sent successfully.", fname) }