| ClientFileDownloadToBuffer Method | 
            Downloads the specified file from the MOVEit Transfer system and returns the contents.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic byte[] FileDownloadToBuffer(
	string MOVEitPath
)
Public Function FileDownloadToBuffer ( 
	MOVEitPath As String
) As Byte()
public:
array<unsigned char>^ FileDownloadToBuffer(
	String^ MOVEitPath
)
Parameters
- MOVEitPath
- Type: SystemString
 Path or ID of the file on the MOVEit Transfer host to download.
Return Value
Type: 
ByteByte array containing the contents of the specified file if successful; otherwise, 
null.
 See Also
See Also