Ftp transfer type
| Enumeration Value | Value | Description |
|---|---|---|
| _FTP_TRANSFER_TYPE_UNKNOWN | 0x0 | Defaults to _FTP_TRANSFER_TYPE_BINARY. |
| _FTP_TRANSFER_TYPE_ASCII | 0x1 | Transfers the file as ASCII. Control and formatting data is translated. |
| _FTP_TRANSFER_TYPE_BINARY | 0x2 | Transfers the file as binary. The file is transferred with no translation. |
Back to the list of Enumerations and Constants