Click or drag to resize
ClientFileDownloadToBuffer Method
Downloads the specified file from the MOVEit Transfer system and returns the contents.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public byte[] FileDownloadToBuffer(
	string MOVEitPath
)

Parameters

MOVEitPath
Type: SystemString
Path or ID of the file on the MOVEit Transfer host to download.

Return Value

Type: Byte
Byte array containing the contents of the specified file if successful; otherwise, null.
See Also