SftpFileStream SetLength Method SSH .NET Client Library Documentation
When overridden in a derived class, sets the length of the current stream.

Namespace: Renci.SshNet.Sftp
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public override void SetLength(
	long value
)

Parameters

value
Type: OnlineSystem Int64
The desired length of the current stream in bytes.
Exceptions

See Also