Back to product page

ClearCommandChannel method


Disables SSL on command channel.

Type

Void

Syntax

  • C#
  • VB.NET
public Void ClearCommandChannel();

public Sub ClearCommandChannel()

Remarks

This method disables SSL/TLS on command channel and switches back to plaintext protocol. It is usually used with proxies, so they are able to monitor the transfer after you have send login/password through encrypted channel. This way proxies are able to capture PORT/PASV commands and redirect traffic in case wodFtpDLX.NET does not have direct access to remote host.

Platforms

Windows