SftpClient OpenWrite Method SSH .NET Client Library Documentation
Opens an existing file for writing.

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

public SftpFileStream OpenWrite(
	string path
)

Return Value

An unshared SftpFileStream object on the specified path with OnlineWrite access.
Exceptions

See Also