修改FTP Client 连接参数,ftpClient.EncryptionMode = FtpEncryptionMode.None
This commit is contained in:
@@ -157,5 +157,11 @@
|
||||
</None>
|
||||
<None Include="App.config" />
|
||||
</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>
|
||||
@@ -614,6 +614,7 @@ Public Class Service1
|
||||
|
||||
Select Case command
|
||||
Case UtsWebPacket.Commands.Heartbeat
|
||||
'todo:此处需要处理心跳包,获取公网IP与ftp地址
|
||||
DealHeartbeatPacket(param)
|
||||
|
||||
Case UtsWebPacket.Commands.SetLogType
|
||||
|
||||
Reference in New Issue
Block a user