Click or drag to resize
ClientFileCopy Method
Copies a file from the specified path to the specified folder.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public string FileCopy(
	string MOVEitPathFrom,
	string MOVEitFolderTo
)

Parameters

MOVEitPathFrom
Type: SystemString
Path or ID of the original file on the MOVEit Transfer host.
MOVEitFolderTo
Type: SystemString
Path or ID of the folder on the MOVEit Transfer host to copy the original file to.

Return Value

Type: String
The ID of the newly created file if successful; otherwise, "0".
See Also