WRQRemoveFileExtension Property
Returns or specifies whether the DOS file name extension is automatically stripped when files are sent to the host without explicit specification of the host file name.
bool WRQRemoveFileExtension {get; set;}
'Declaration
Property WRQRemoveFileExtension As Boolean
'Usage
Dim instance As IFileTransfer
Dim value As Boolean
instance.WRQRemoveFileExtension = value
value = instance.WRQRemoveFileExtension
Property Value
The default value is true.