Programming with FTP OLE Automation
TransferLongFilenameCase property
Syntax |
Object.TransferLongFilenameCase |
Data type |
Enumeration |
Returns (first syntax line) or specifies (second syntax line) how case is handled in transfers to the server of client files for files that have names that do not conform to the DOS 8.3 file naming convention. The value specified determines whether the name given to the file on the server is forced to all lowercase characters, all uppercase characters, or preserved case exactly as created on the PC.
The default value is rcPreserveCase.
Symbolic Constant Name |
Numeric Value |
rcUpperCase |
1 |
rcLowerCase |
2 |
rcPreserveCase |
3 |
None