For information about Globalscape, visit www.globalscape.com. |
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
The default is false (encrypted), so only set this property if you wish to log in securely but send subsequent commands in the clear.
This property will only work if the remote server supports SSL and clear command channel connections (according to RFC 2228) and you have specified FTPS as the protocol type.