Programming with FTP OLE Automation
SmartBinaryTypes property
Syntax |
Object.SmartBinaryTypes |
Data type |
String |
Returns (first syntax line) or specifies (second syntax line) the types of files (by extension) whose transfer type is set to binary when rcSmart is specified on ReceiveFile, ReceiveDirectory, SendFile, and SendDirectory.
Each file type is specified using the three characters that form the file extension for that type. To specify file types, use this syntax:
Object.SmartBinaryTypes = exe, hlp
If no value is specified, the client uses the value from the current settings file.
SMART-BINARY-TYPES