Indy 9
TIdTFTPMode
Unit: IdTrivialFTPBase
Specifies the transfer mode for data on TFTP connection.
TIdTFTPMode = (tfNetAscii, tfOctet);
Unit
IdTrivialFTPBase
Description
TIdTFTPMode is an enumerated type that specifies the transfer mode for data on TFTP connection, and can contain the values tfNetAscii and tfOctet.

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.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.