Ftp transfer type

DEF ENUM enumeration name KCML_FTP_TRANSFER_TYPE_ENUM

Enumeration ValueValueDescription
_FTP_TRANSFER_TYPE_UNKNOWN0x0Defaults to _FTP_TRANSFER_TYPE_BINARY.
_FTP_TRANSFER_TYPE_ASCII0x1Transfers the file as ASCII. Control and formatting data is translated.
_FTP_TRANSFER_TYPE_BINARY0x2Transfers the file as binary. The file is transferred with no translation.

Back to the list of Enumerations and Constants