Click or drag to resize

FileSystemClientUploadStream Method (Stream, String)

Uploads the contents of the specified stream to the file system.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public void UploadStream(
	Stream stream,
	string targetPath
)

Parameters

stream
Type: System.IOStream
The stream with the data to upload.
targetPath
Type: SystemString
The path of the file on the file system to write the data to.
See Also