Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
DestinationFileExistsOption Enumeration
In This Topic
Specifies what happens with transfers from the File Transfer dialog box if the destination
file already exists.
Syntax
'Declaration
Public Enum DestinationFileExistsOption Inherits System.Enum
'Usage
Dim instance As DestinationFileExistsOption
public enum DestinationFileExistsOption : System.Enum
Members
| Member | Description |
|---|---|
| Append | The contents of the source file are appended at the end of the destination file. |
| AskUser | A dialog box prompts the user to specify what should be done. |
| Cancel | The transfer fails. |
| Delete | For transfers to a host, deletes both the contents of the host (destination) file and its attributes. For transfers from the host, replaces the local file. |
| Overwrite | This value is relevant only for WRQ/Reflection transfers. Its effect is host specific. |
| Purge | This option is available when you're using the WRQ/Reflection protocol, and when you're connected to a VMS host or an HP 3000 host. |
| Rename | Renames the file being transferred if a file of the same name already exists. |
| Resume | If the destination file exists, Reflection assumes it's the result of an aborted download and resumes the file transfer from the point of interruption. |
| Skip | Reflection does not transfer the file or return an error. |
| Update | Transfers the file only if the source file is newer than the destination file. |
| UseRemote | Uses the IfFileExists option specified by the remote system. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.DestinationFileExistsOption
See Also