Internet Direct (Indy)
Home
PreviousUpNext
TIdTrivialFTP.TransferMode Property

Specifies the transfer mode for data on TFTP connection.

Pascal
property TransferMode: TIdTFTPMode;

TransferMode is a TIdTFTPMode property 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. 

The defauult value for is GTransferMode, as assigned during initialization of the component.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.