Dart Ftp Control
AuthenticationTypeConstants Enumeration
Description
Enumerates values of the Authentication property.
Members
MemberValueDescription
atExplicitAutoControl16The control connection attempts to encrypt based on RFC 2228, and if it fails, sends cleartext.
atExplicitControl4The control connection is encrypted based on RFC 2228
atExplicitNormal5Everything is encrypted after the certificate is sent.
atHashLogin8The User and Password are hashed to add security over a non-secure line.
atImplicitControl2The control connection is always encrypted.
atImplicitLogin33Control is encrypted until the user is authenticated, data is always encrypted.
atImplicitNormal3The maximum security setting and the default.
atNone0No encryption is used.
atSecureData1The data connection is encrypted with SSL

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