Click or drag to resize
ClientFileDownloadToStream Method
Downloads the specified file from the MOVEit Transfer system and writes the contents to the specified stream.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool FileDownloadToStream(
	string MOVEitPath,
	Stream OutputStream
)

Parameters

MOVEitPath
Type: SystemString
Path or ID of the file on the MOVEit Transfer host to download.
OutputStream
Type: System.IOStream
Stream to write the contents of the specified file to.

Return Value

Type: Boolean
true if successful; otherwise, false.
See Also