Programming with FTP OLE Automation
TransferIfFileExistsDefault property
Syntax |
Object.TransferIfFileExistsDefault |
Data type |
Enumeration |
Returns (first syntax line) or specifies (second syntax line) what should happen with transfers if the destination file already exists.
The default value is rcOverwrite.
Symbolic Constant Name |
Numeric Value |
rcCancel |
4 |
rcAskUser |
0 |
rcOverwrite |
1 |
rcAppend |
2 |
rcUnique |
12 |
rcSkip |
8 |
rcDelete |
5 |
TRANSFER-DISPOSITION