ClientFileUploadFromBuffer Method (Byte, String, 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 public string FileUploadFromBuffer(
byte[] Buffer,
string MOVEitPath,
string Notes
)
Public Function FileUploadFromBuffer (
Buffer As Byte(),
MOVEitPath As String,
Notes As String
) As String
public:
String^ FileUploadFromBuffer(
array<unsigned char>^ Buffer,
String^ MOVEitPath,
String^ Notes
)
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. - Notes
- Type: SystemString
Any notes to be included with the file.
Return Value
Type:
StringID of the newly uploaded file if successful; otherwise, "0".
See Also