Programming with Reflection
TransferAutoDetectASCIIExtensionList property
Syntax |
object.TransferAutoDetectASCIIExtensionList |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) which file extensions should identify files to be transferred as ASCII files during file transfer using the Auto-Detect transfer type.
Use "<>" to specify files with no file extension. For example, the following command specifies ASCII file transfer for all *.txt and *.bat files; and also for all files with no file extension:
Session.TransferAutoDetectASCIIExtensionList = "txt,bat,<>"
The default value is "txt,bat,ini,rcl".
Use commas to separate file extensions included in the string. Do not include periods with the file extensions.
The string can be up to 259 characters long.
Use TransferAutoDetectBinaryExtensionList, TransferAutoDetectImageLabelsExtensionList, and TransferAutoDetectScanExtensionList to determine file extensions to be linked to other transfer types.
Use TransferAutoDetectDefaultType to specify what type of transfer to use when a file extension is not linked to any transfer type.