SmartFTP FTP Library
DataProtection Enumeration
IDL
enum DataProtection {
  ftpDataProtectionUnknown = 0,
  ftpDataProtectionClear = 1,
  ftpDataProtectionPrivate = 2
};
Members

ftpDataProtectionUnknown
Data protection is unknown
ftpDataProtectionClear
Data protection is disabled (PROT C)
ftpDataProtectionPrivate
Data protection is enabled (PROT P)

This enumeration is used by the DataProtection property.

What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.