修改FTP Client 连接参数,ftpClient.EncryptionMode = FtpEncryptionMode.None

This commit is contained in:
2025-06-06 22:34:31 +08:00
parent aebe88bc2d
commit 4581aa6492
28 changed files with 78 additions and 17 deletions

View File

@@ -513,7 +513,10 @@ Public Class FrmUpdateConfig
''' 一键更新
''' </summary>
Private Sub InstallUpdateService(Optional AlisaName As String = "")
If GetUtsHost() = False Then Return '根据License信息,获取服务器地址
'todo云端获取服务器地址写入注册表
'If GetUtsHost() = False Then Return '根据License信息,获取服务器地址
'校验License
UpdateInstallTip(20, "Begin CheckLicense...")