Click or drag to resize
ClientFileUploadFromBuffer Method (Byte, String)
Uploads the specified byte array to MOVEit Transfer as the specified file.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public string FileUploadFromBuffer(
	byte[] 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: String
ID of the newly uploaded file if successful; otherwise, "0".
See Also