Dart Ftp Control
Protocol Property
Description
Specifies the security protocol(s) to advertise during SSL/TLS negotiation.
Property type
Read-write property
Syntax
Visual Basic
Public Property Protocol As ProtocolConstants
Remarks

The default value is secureAuto. This is a design-time property.

ProtocolConstants is a flag enumeration, so multiple ProtocolConstants may be combined to advertise multiple security protocols as available.

This property is ignored if the Authentication property is set to atHashLogin or atNone.

If the server and the client specify secureAuto, then the best shared protocol is normally used. If one side uses secureAuto and the other side specifies a single protocol, then the protocol specified is used. If the client and server specify protocols that do not match, then the Error event will fire with Number = ptProtocol and the connection will be closed.

See Also

Ftp Object  | Ftp Members


PowerTCP FTP for ActiveX Documentation Version 2.2
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic