Click or drag to resize
ClientFileUploadFromStream Method (Stream, Int64, String)
Uploads from the specified stream 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 FileUploadFromStream(
	Stream InputStream,
	long FileSize,
	string MOVEitPath
)

Parameters

InputStream
Type: System.IOStream
Stream from which to read the data to be uploaded to the MOVEit Transfer host.
FileSize
Type: SystemInt64
Length of the stream contents.
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