修改FTP Client 连接参数,ftpClient.EncryptionMode = FtpEncryptionMode.None
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -237,5 +237,14 @@
|
||||
<ItemGroup>
|
||||
<Content Include="AUTS.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<WCFMetadata Include="Connected Services\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\UTS_Core\UTS_Core.vbproj">
|
||||
<Project>{33C6456C-F00D-41AC-A6FB-DB0601495C6A}</Project>
|
||||
<Name>UTS_Core</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
</Project>
|
||||
@@ -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...")
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user