| ClientFileUploadFromBuffer Method (Byte, String) | 
            Uploads the specified byte array to MOVEit Transfer as the specified file.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic string FileUploadFromBuffer(
	byte[] Buffer,
	string MOVEitPath
)
Public Function FileUploadFromBuffer ( 
	Buffer As Byte(),
	MOVEitPath As String
) As String
public:
String^ FileUploadFromBuffer(
	array<unsigned char>^ Buffer, 
	String^ MOVEitPath
)
Parameters
- Buffer
- Type: SystemByte
 Byte array containing data to be uploaded to the MOVEit Transfer host.
- MOVEitPath
- Type: SystemString
 Path of the file on the MOVEit Transfer host to upload to.
Return Value
Type: 
StringID of the newly uploaded file if successful; otherwise, "0".
 See Also
See Also