TransferAutoDetectDefaultType Property
In This Topic
This property affects file transfers using the Auto-Detect transfer feature. It returns or specifies what type of file transfer to use when no transfer type has been associated with the file extension of a file to be transferred.
Syntax
Property Value
The default value is TransferTypeOption.Scan. TransferTypeOption.Binary Use binary file transfer. TransferTypeOption.ASCII Use ASCII file transfer. TransferTypeOption.Labels Use Labels or Image file transfer. TransferTypeOption.Scan Reflection determines the file transfer method TransferTypeOption.AskUser Display a dialog box asking the user what file transfer method to use.
See Also