Sending Unencrypted Commands over an SSL Connection

Use the ClearCommandChannel property to specify that the command channel should not be encrypted over SSL.

Syntax

long Object.ClearCommandChannel

Parameters 

True

Your login is encrypted but as data transfers start, commands are not encrypted.

False

Your login and subsequent commands are encrypted. This is the default

Example

MySite.Host = "host"

MySite.Protocol = "FTPS"

MySite.ClearCommandChannel = true '<-- CCC will be sent prior to the first data connection operation.

MySite.Connect

Configuration Notes