Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / WriteCtrlZAsEOF Property


In This Topic
WriteCtrlZAsEOF Property
In This Topic
When this property is set to True, Reflection automatically adds an end-of-file marker at the end of ASCII files received from the host.
Syntax
'Declaration
 
Property WriteCtrlZAsEOF As Boolean
 
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.WriteCtrlZAsEOF = value
 
value = instance.WriteCtrlZAsEOF

Property Value

The default value is false
Remarks
Some older PC programs require the Ctrl-Z end-of-file marker. The equivalent property for ASCII transfers to the host is ReadCtrlZAsEOF, which determines whether the Ctrl-Z at the end of PC files should be copied to the host during an ASCII file transfer. This property is relevant only for ASCII file transfers from the host. The default value is false
See Also