Internet Direct (Indy) Version 9.0.1 Beta
|
property TransferMode: TIdTFTPMode;
tfNetAscii indicates that the connection will transmit data using the netascii, or "USA Standard Code for Information Interchange", format defined in the Telnet protocol specification. tfNetAscii will contain 8-bit ASCII data.
tfOctet indicates that the connection will transmit raw 8-bit data, or binary data.