Programming with FTP OLE Automation
Transfer8Dot3FilenameCase property
Syntax |
Object.Transfer8Dot3FilenameCase |
Data type |
Enumeration |
Returns (first syntax line) or specifies (second syntax line) how case is handled in the names of files sent to the FTP server.
The default value is rcLowerCase.
Symbolic Constant Name |
Numeric Value |
rcUpperCase |
1 |
rcLowerCase |
2 |
rcPreserveCase |
3 |
CREATE-SERVER-UPPER