ClientFileDownloadToStream Method |
Downloads the specified file from the MOVEit Transfer system and writes the contents to the specified stream.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool FileDownloadToStream(
string MOVEitPath,
Stream OutputStream
)
Public Function FileDownloadToStream (
MOVEitPath As String,
OutputStream As Stream
) As Boolean
public:
bool FileDownloadToStream(
String^ MOVEitPath,
Stream^ OutputStream
)
Parameters
- MOVEitPath
- Type: SystemString
Path or ID of the file on the MOVEit Transfer host to download. - OutputStream
- Type: System.IOStream
Stream to write the contents of the specified file to.
Return Value
Type:
Booleantrue if successful; otherwise,
false.
See Also