MAPPERFileExistsOption Enumeration
In This Topic
Options for file transfer behavior/what to do when the destination file already exists
Members
Member | Description |
Append | Append to the local file. This value cannot be combined with other values. |
Cancel | Cancel the transfer if the pc file exists on downloads, don't allow it. Applies to Download only |
Insert | Insert the pc file contents at a specified line number in the host file. Applies to Upload only |
None | Undefined option |
Overwrite | overwrite the existing file. This value cannot be combined with other values. |
See Also