diff --git a/connect.go b/connect.go index e23662fd..22634def 100644 --- a/connect.go +++ b/connect.go @@ -615,6 +615,7 @@ func (c *Connection) runClient(serverName string) error { if !fileTransfered { fmt.Fprintf(os.Stderr, "\nNo mutual consent") + return nil } else if c.IsSender { if responses.gotTimeout { fmt.Println("Timeout waiting for receiver")