Reflection
TransferReceiveAs8Dot3 Property


Returns or specifies whether the names of received files are automatically truncated if they do not conform to the 8-dot-3 file naming convention.
Syntax
'Declaration
 
Property TransferReceiveAs8Dot3 As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.TransferReceiveAs8Dot3 = value
 
value = instance.TransferReceiveAs8Dot3
bool TransferReceiveAs8Dot3 {get; set;}

Property Value

The default value is false.
Remarks
This property affects WRQ/Reflection, Kermit, and Zmodem transfers, but not Xmodem transfers. The default value is false.
See Also